net: Move all of the network sysctls without a namespace into init_net.
[deliverable/linux.git] / net / rds / iw_sysctl.c
index e2e47176e729f5a8c24cb1359335a7412d5e7ea8..bcfe36dc55a732805ec731eb3d4d565929dc4767 100644 (file)
@@ -119,12 +119,12 @@ static struct ctl_path rds_iw_sysctl_path[] = {
 void rds_iw_sysctl_exit(void)
 {
        if (rds_iw_sysctl_hdr)
-               unregister_sysctl_table(rds_iw_sysctl_hdr);
+               unregister_net_sysctl_table(rds_iw_sysctl_hdr);
 }
 
 int rds_iw_sysctl_init(void)
 {
-       rds_iw_sysctl_hdr = register_sysctl_paths(rds_iw_sysctl_path, rds_iw_sysctl_table);
+       rds_iw_sysctl_hdr = register_net_sysctl_table(&init_net, rds_iw_sysctl_path, rds_iw_sysctl_table);
        if (!rds_iw_sysctl_hdr)
                return -ENOMEM;
        return 0;
This page took 0.045187 seconds and 5 git commands to generate.