diff options
Diffstat (limited to 'net/core')
-rw-r--r-- | net/core/rtnetlink.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/core/rtnetlink.c b/net/core/rtnetlink.c index 41859508bed..416768d1e0c 100644 --- a/net/core/rtnetlink.c +++ b/net/core/rtnetlink.c | |||
@@ -1327,8 +1327,8 @@ void __init rtnetlink_init(void) | |||
1327 | if (!rta_buf) | 1327 | if (!rta_buf) |
1328 | panic("rtnetlink_init: cannot allocate rta_buf\n"); | 1328 | panic("rtnetlink_init: cannot allocate rta_buf\n"); |
1329 | 1329 | ||
1330 | rtnl = netlink_kernel_create(NETLINK_ROUTE, RTNLGRP_MAX, rtnetlink_rcv, | 1330 | rtnl = netlink_kernel_create(&init_net, NETLINK_ROUTE, RTNLGRP_MAX, |
1331 | &rtnl_mutex, THIS_MODULE); | 1331 | rtnetlink_rcv, &rtnl_mutex, THIS_MODULE); |
1332 | if (rtnl == NULL) | 1332 | if (rtnl == NULL) |
1333 | panic("rtnetlink_init: cannot initialize rtnetlink\n"); | 1333 | panic("rtnetlink_init: cannot initialize rtnetlink\n"); |
1334 | netlink_set_nonroot(NETLINK_ROUTE, NL_NONROOT_RECV); | 1334 | netlink_set_nonroot(NETLINK_ROUTE, NL_NONROOT_RECV); |