diff options
Diffstat (limited to 'net/netlink/genetlink.c')
-rw-r--r-- | net/netlink/genetlink.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/netlink/genetlink.c b/net/netlink/genetlink.c index 8c11ca4a2121..af8fe26815fa 100644 --- a/net/netlink/genetlink.c +++ b/net/netlink/genetlink.c | |||
@@ -782,8 +782,8 @@ static int __init genl_init(void) | |||
782 | netlink_set_nonroot(NETLINK_GENERIC, NL_NONROOT_RECV); | 782 | netlink_set_nonroot(NETLINK_GENERIC, NL_NONROOT_RECV); |
783 | 783 | ||
784 | /* we'll bump the group number right afterwards */ | 784 | /* we'll bump the group number right afterwards */ |
785 | genl_sock = netlink_kernel_create(NETLINK_GENERIC, 0, genl_rcv, | 785 | genl_sock = netlink_kernel_create(&init_net, NETLINK_GENERIC, 0, |
786 | NULL, THIS_MODULE); | 786 | genl_rcv, NULL, THIS_MODULE); |
787 | if (genl_sock == NULL) | 787 | if (genl_sock == NULL) |
788 | panic("GENL: Cannot initialize generic netlink\n"); | 788 | panic("GENL: Cannot initialize generic netlink\n"); |
789 | 789 | ||