sysctl_check: drop dead code
authorDenis Kirjanov <dkirjanov@kernel.org>
Wed, 23 Mar 2011 23:43:08 +0000 (16:43 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 24 Mar 2011 02:46:51 +0000 (19:46 -0700)
Drop dead code.

Signed-off-by: Denis Kirjanov <dkirjanov@kernel.org>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/sysctl_check.c

index 3a01c3e..4e4932a 100644 (file)
@@ -144,10 +144,6 @@ int sysctl_check_table(struct nsproxy *namespaces, struct ctl_table *table)
 #ifdef CONFIG_PROC_SYSCTL
                        if (!table->proc_handler)
                                set_fail(&fail, table, "No proc_handler");
-#endif
-#if 0
-                       if (!table->procname && table->proc_handler)
-                               set_fail(&fail, table, "proc_handler without procname");
 #endif
                        sysctl_check_leaf(namespaces, table, &fail);
                }