From a99b1a748147e29203a025e5bffabbfc661031f1 Mon Sep 17 00:00:00 2001 From: Alexey Dobriyan Date: Mon, 26 Oct 2009 16:50:07 -0700 Subject: [PATCH] --- yaml --- r: 167756 b: refs/heads/master c: 8c85dd8730bfb696e691145335f884c7baef8277 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/kernel/sysctl_check.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 29c7cd531224..1b5affe1f745 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 115a57c5b31ab560574fe1a09deaba2ae89e77b5 +refs/heads/master: 8c85dd8730bfb696e691145335f884c7baef8277 diff --git a/trunk/kernel/sysctl_check.c b/trunk/kernel/sysctl_check.c index b38423ca711a..b6e7aaea4604 100644 --- a/trunk/kernel/sysctl_check.c +++ b/trunk/kernel/sysctl_check.c @@ -1521,7 +1521,7 @@ int sysctl_check_table(struct nsproxy *namespaces, struct ctl_table *table) if (!table->ctl_name && table->strategy) set_fail(&fail, table, "Strategy without ctl_name"); #endif -#ifdef CONFIG_PROC_FS +#ifdef CONFIG_PROC_SYSCTL if (table->procname && !table->proc_handler) set_fail(&fail, table, "No proc_handler"); #endif