From: Simon Horman Date: Fri, 4 Feb 2011 09:33:02 +0000 (+0900) Subject: IPVS: ip_vs_todrop() becomes a noop when CONFIG_SYSCTL is undefined X-Git-Tag: v2.6.39-rc1~468^2~10^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3a1bbf1885e94ecedf1deaaab1ace8409330aa7e;p=profile%2Fivi%2Fkernel-x86-ivi.git IPVS: ip_vs_todrop() becomes a noop when CONFIG_SYSCTL is undefined Signed-off-by: Simon Horman --- diff --git a/include/net/ip_vs.h b/include/net/ip_vs.h index 687ef18..77ebece 100644 --- a/include/net/ip_vs.h +++ b/include/net/ip_vs.h @@ -1253,6 +1253,7 @@ extern int ip_vs_icmp_xmit_v6 int offset); #endif +#ifdef CONFIG_SYSCTL /* * This is a simple mechanism to ignore packets when * we are loaded. Just set ip_vs_drop_rate to 'n' and @@ -1268,6 +1269,9 @@ static inline int ip_vs_todrop(struct netns_ipvs *ipvs) ipvs->drop_counter = ipvs->drop_rate; return 1; } +#else +static inline int ip_vs_todrop(struct netns_ipvs *ipvs) { return 0; } +#endif /* * ip_vs_fwd_tag returns the forwarding tag of the connection