netlink: Create kernel netlink sockets in the proper network namespace
authorEric W. Biederman <ebiederm@xmission.com>
Sat, 9 May 2015 02:11:33 +0000 (21:11 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 11 May 2015 14:50:18 +0000 (10:50 -0400)
commit13d3078e22f5651cd0184ce1b4e4ab8a46c62b27
treeb771d13192e3239d6a240e266e834dbdca647da1
parent26abe14379f8e2fa3fd1bcf97c9a7ad9364886fe
netlink: Create kernel netlink sockets in the proper network namespace

Utilize the new functionality of sk_alloc so that nothing needs to be
done to suprress the reference counting on kernel sockets.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netlink/af_netlink.c