From: Cong Wang Date: Tue, 6 May 2014 18:02:50 +0000 (-0700) Subject: ping: move ping_group_range out of CONFIG_SYSCTL X-Git-Tag: omap-for-v3.16/fixes-against-rc1~146^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba6b918ab234186d3aa1663e296586a1b526b77a;p=pandora-kernel.git ping: move ping_group_range out of CONFIG_SYSCTL Similarly, when CONFIG_SYSCTL is not set, ping_group_range should still work, just that no one can change it. Therefore we should move it out of sysctl_net_ipv4.c. And, it should not share the same seqlock with ip_local_port_range. BTW, rename it to ->ping_group_range instead. Cc: David S. Miller Cc: Francois Romieu Reported-by: Stefan de Konink Signed-off-by: Cong Wang Signed-off-by: David S. Miller --- Reading git-diff-tree failed