]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbccf6cbf071e2bb59b356492968ad888ca506e59
treeb771d13192e3239d6a240e266e834dbdca647da1
parenta3d12183ab9d79f5a8ab8c53bbce822f2f4d35a8
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