|
@@ -36,7 +36,7 @@ void
|
|
|
rpc_register_sysctl(void)
|
|
rpc_register_sysctl(void)
|
|
|
{
|
|
{
|
|
|
if (!sunrpc_table_header) {
|
|
if (!sunrpc_table_header) {
|
|
|
- sunrpc_table_header = register_sysctl_table(sunrpc_table, 1);
|
|
|
|
|
|
|
+ sunrpc_table_header = register_sysctl_table(sunrpc_table, 0);
|
|
|
#ifdef CONFIG_PROC_FS
|
|
#ifdef CONFIG_PROC_FS
|
|
|
if (sunrpc_table[0].de)
|
|
if (sunrpc_table[0].de)
|
|
|
sunrpc_table[0].de->owner = THIS_MODULE;
|
|
sunrpc_table[0].de->owner = THIS_MODULE;
|