net: Move all of the network sysctls without a namespace into init_net.
[deliverable/linux.git] / net / unix / sysctl_net_unix.c
index 397cffebb3b655546043a540067ac81be99fa42c..4f6979c06f84288532a969b6236266aa13cce26d 100644 (file)
@@ -58,6 +58,6 @@ void unix_sysctl_unregister(struct net *net)
        struct ctl_table *table;
 
        table = net->unx.ctl->ctl_table_arg;
-       unregister_sysctl_table(net->unx.ctl);
+       unregister_net_sysctl_table(net->unx.ctl);
        kfree(table);
 }
This page took 0.033919 seconds and 5 git commands to generate.