]> err.no Git - linux-2.6/blobdiff - net/core/rtnetlink.c
[PATCH] sunrpc: cache_register can use wrong module reference
[linux-2.6] / net / core / rtnetlink.c
index 5f3f95b5585d95fca1a8d05c0a551606475ec3b6..9bed7569ce3f30b7f13f522f973aa45e73a2840f 100644 (file)
@@ -708,7 +708,8 @@ void __init rtnetlink_init(void)
        if (!rta_buf)
                panic("rtnetlink_init: cannot allocate rta_buf\n");
 
-       rtnl = netlink_kernel_create(NETLINK_ROUTE, rtnetlink_rcv, THIS_MODULE);
+       rtnl = netlink_kernel_create(NETLINK_ROUTE, RTNLGRP_MAX, rtnetlink_rcv,
+                                    THIS_MODULE);
        if (rtnl == NULL)
                panic("rtnetlink_init: cannot initialize rtnetlink\n");
        netlink_set_nonroot(NETLINK_ROUTE, NL_NONROOT_RECV);