diff options
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
-rw-r--r-- | net/unix/sysctl_net_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/unix/sysctl_net_unix.c b/net/unix/sysctl_net_unix.c index 397cffebb3b6..4f6979c06f84 100644 --- a/net/unix/sysctl_net_unix.c +++ b/net/unix/sysctl_net_unix.c | |||
@@ -58,6 +58,6 @@ void unix_sysctl_unregister(struct net *net) | |||
58 | struct ctl_table *table; | 58 | struct ctl_table *table; |
59 | 59 | ||
60 | table = net->unx.ctl->ctl_table_arg; | 60 | table = net->unx.ctl->ctl_table_arg; |
61 | unregister_sysctl_table(net->unx.ctl); | 61 | unregister_net_sysctl_table(net->unx.ctl); |
62 | kfree(table); | 62 | kfree(table); |
63 | } | 63 | } |