1. 11 8月, 2008 9 次提交
  2. 17 7月, 2008 6 次提交
  3. 12 6月, 2008 1 次提交
  4. 29 4月, 2008 1 次提交
  5. 06 3月, 2008 1 次提交
  6. 06 2月, 2008 1 次提交
  7. 29 1月, 2008 13 次提交
  8. 05 12月, 2007 2 次提交
  9. 21 11月, 2007 1 次提交
    • P
      [IPVS]: Fix compiler warning about unused register_ip_vs_protocol · d535a916
      Pavel Emelyanov 提交于
      This is silly, but I have turned the CONFIG_IP_VS to m,
      to check the compilation of one (recently sent) fix
      and set all the CONFIG_IP_VS_PROTO_XXX options to n to
      speed up the compilation.
      
      In this configuration the compiler warns me about
      
        CC [M]  net/ipv4/ipvs/ip_vs_proto.o
      net/ipv4/ipvs/ip_vs_proto.c:49: warning: 'register_ip_vs_protocol' defined but not used
      
      Indeed. With no protocols selected there are no
      calls to this function - all are compiled out with
      ifdefs.
      
      Maybe the best fix would be to surround this call with
      ifdef-s or tune the Kconfig dependences, but I think that
      marking this register function as __used is enough. No?
      Signed-off-by: NPavel Emelyanov <xemul@openvz.org>
      Acked-by: NSimon Horman <horms@verge.net.au>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      d535a916
  10. 20 11月, 2007 4 次提交
  11. 13 11月, 2007 1 次提交