]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/ecryptfs/netlink.c
[NET]: Support multiple network namespaces with netlink
[linux-2.6-omap-h63xx.git] / fs / ecryptfs / netlink.c
index fe9186312d7c26c5349a01181fec25acc82e392e..056519cd92bcf5e1583ebf1deaa6f5bc2e8ee045 100644 (file)
@@ -227,7 +227,7 @@ int ecryptfs_init_netlink(void)
 {
        int rc;
 
-       ecryptfs_nl_sock = netlink_kernel_create(NETLINK_ECRYPTFS, 0,
+       ecryptfs_nl_sock = netlink_kernel_create(&init_net, NETLINK_ECRYPTFS, 0,
                                                 ecryptfs_receive_nl_message,
                                                 NULL, THIS_MODULE);
        if (!ecryptfs_nl_sock) {