From: Eric W. Biederman Date: Thu, 18 Oct 2007 10:05:26 +0000 (-0700) Subject: sysctl: ipv6 route flushing (kill binary path) X-Git-Tag: v2.6.24-rc1~392 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=428b367bff28bd9d41543eb0324197d09c7d6beb;p=~shefty%2Frdma-dev.git sysctl: ipv6 route flushing (kill binary path) We don't preoperly support the sysctl binary path for flushing the ipv6 routes. So remove support for a binary path. Signed-off-by: Eric W. Biederman Cc: Alexey Dobriyan Cc: "David S. Miller" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/net/ipv6/route.c b/net/ipv6/route.c index cce9941c11c..95f8e4a62f6 100644 --- a/net/ipv6/route.c +++ b/net/ipv6/route.c @@ -2397,7 +2397,6 @@ int ipv6_sysctl_rtcache_flush(ctl_table *ctl, int write, struct file * filp, ctl_table ipv6_route_table[] = { { - .ctl_name = NET_IPV6_ROUTE_FLUSH, .procname = "flush", .data = &flush_delay, .maxlen = sizeof(int),