]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/lockd/svc.c
[PATCH] sysctl: remove insert_at_head from register_sysctl
[karo-tx-linux.git] / fs / lockd / svc.c
index 80fcacc1acf96f9e3cfb826979c9a75428f5687a..50cb8daba4e5c7962282bcdbe6fa55cd7558ea1d 100644 (file)
@@ -512,7 +512,7 @@ module_param(nsm_use_hostnames, bool, 0644);
 
 static int __init init_nlm(void)
 {
-       nlm_sysctl_table = register_sysctl_table(nlm_sysctl_root, 0);
+       nlm_sysctl_table = register_sysctl_table(nlm_sysctl_root);
        return nlm_sysctl_table ? 0 : -ENOMEM;
 }