diff options
Diffstat (limited to 'net/sunrpc/sysctl.c')
-rw-r--r-- | net/sunrpc/sysctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/sysctl.c b/net/sunrpc/sysctl.c index 47d8df2b5eb2..64ce7098f541 100644 --- a/net/sunrpc/sysctl.c +++ b/net/sunrpc/sysctl.c | |||
@@ -36,7 +36,7 @@ void | |||
36 | rpc_register_sysctl(void) | 36 | rpc_register_sysctl(void) |
37 | { | 37 | { |
38 | if (!sunrpc_table_header) { | 38 | if (!sunrpc_table_header) { |
39 | sunrpc_table_header = register_sysctl_table(sunrpc_table, 1); | 39 | sunrpc_table_header = register_sysctl_table(sunrpc_table, 0); |
40 | #ifdef CONFIG_PROC_FS | 40 | #ifdef CONFIG_PROC_FS |
41 | if (sunrpc_table[0].de) | 41 | if (sunrpc_table[0].de) |
42 | sunrpc_table[0].de->owner = THIS_MODULE; | 42 | sunrpc_table[0].de->owner = THIS_MODULE; |