X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=fs%2Flockd%2Fsvc.c;h=126b1bf02c0ec2d8b5c051eb1e29acf27d6a32b3;hb=bc95f3669f5e6f63cf0b84fe4922c3c6dd4aa775;hp=80fcacc1acf96f9e3cfb826979c9a75428f5687a;hpb=cbe56159a3e60624b5f44cf48b640fa470436e34;p=powerpc.git diff --git a/fs/lockd/svc.c b/fs/lockd/svc.c index 80fcacc1ac..126b1bf02c 100644 --- a/fs/lockd/svc.c +++ b/fs/lockd/svc.c @@ -440,7 +440,7 @@ static ctl_table nlm_sysctl_root[] = { }; /* - * Module (and driverfs) parameters. + * Module (and sysfs) parameters. */ #define param_set_min_max(name, type, which_strtol, min, max) \ @@ -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; }