From: Eric W. Biederman Date: Thu, 18 Oct 2007 10:05:29 +0000 (-0700) Subject: sysctl: ipv4 remove binary sysctl paths where they are broken X-Git-Tag: v2.6.24-rc1~388 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49641b58a7bb90e18b0b55e1af3e9039b24fba61;p=pandora-kernel.git sysctl: ipv4 remove binary sysctl paths where they are broken Currently tcp_available_congestion_control does not even attempt being read from sys_sysctl, and ipfrag_max_dist while it works allows setting of invalid values using sys_sysctl. So just kill the binary sys_sysctl support for these sysctls. If the support is not important enough to test and get right it probably isn't important enough to keep. Signed-off-by: Eric W. Biederman Cc: Alexey Dobriyan Cc: "David S. Miller" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed