Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167756
b: refs/heads/master
c: 8c85dd8
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Oct 29, 2009
1 parent 013baf3 commit a99b1a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 115a57c5b31ab560574fe1a09deaba2ae89e77b5
refs/heads/master: 8c85dd8730bfb696e691145335f884c7baef8277
2 changes: 1 addition & 1 deletion trunk/kernel/sysctl_check.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a99b1a7

Please sign in to comment.