[PATCH] sysctl: remove insert_at_head from register_sysctl
[safe/jmp/linux-2.6] / net / sunrpc / sysctl.c
index 1169798..738db32 100644 (file)
@@ -36,7 +36,7 @@ void
 rpc_register_sysctl(void)
 {
        if (!sunrpc_table_header)
-               sunrpc_table_header = register_sysctl_table(sunrpc_table, 0);
+               sunrpc_table_header = register_sysctl_table(sunrpc_table);
 }
 
 void