[NETNS]: Add netns refcnt debug for network devices.
authorDenis V. Lunev <den@openvz.org>
Wed, 16 Apr 2008 09:02:18 +0000 (02:02 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Apr 2008 09:02:18 +0000 (02:02 -0700)
dev_set_net is called for
- just allocated devices
- devices moving from one namespace to another
release_net has proper check inside to distinguish these cases.

Signed-off-by: Denis V. Lunev <den@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found