]> bbs.cooldavid.org Git - net-next-2.6.git/commit - net/ipv4/icmp.c
[NETNS]: icmp(v6)_sk should not pin a namespace.
authorDenis V. Lunev <den@openvz.org>
Fri, 29 Feb 2008 19:19:22 +0000 (11:19 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Feb 2008 19:19:22 +0000 (11:19 -0800)
commit5c8cafd65e1448b1d55cad3fb1e42ad42607e5be
tree42b7de16c3724a4f9e6d401313ef2c60da05aa71
parentedf0208702007ec1f6a36756fdd005f771a4cf17
[NETNS]: icmp(v6)_sk should not pin a namespace.

So, change icmp(v6)_sk creation/disposal to the scheme used in the
netlink for rtnl, i.e. create a socket in the context of the init_net
and assign the namespace without getting a referrence later.

Also use sk_release_kernel instead of sock_release to properly destroy
such sockets.

Signed-off-by: Denis V. Lunev <den@openvz.org>
Acked-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/icmp.c
net/ipv6/icmp.c