[PATCH] net: fix functions and variables related to netns_ipvs->sysctl_sync_qlen_max

2013-02-06 Thread Zhang Yanfei
Since the type of netns_ipvs->sysctl_sync_qlen_max has been changed to unsigned long, type of its related proc var sync_qlen_max should be changed to unsigned long, too. Also the return type of function sysctl_sync_qlen_max(). Cc: David Miller Cc: Julian Anastasov Cc: Simon Horman

[PATCH] net: fix functions and variables related to netns_ipvs-sysctl_sync_qlen_max

2013-02-06 Thread Zhang Yanfei
Since the type of netns_ipvs-sysctl_sync_qlen_max has been changed to unsigned long, type of its related proc var sync_qlen_max should be changed to unsigned long, too. Also the return type of function sysctl_sync_qlen_max(). Cc: David Miller da...@davemloft.net Cc: Julian Anastasov j...@ssi.bg