commit | d46557955f2a35e58772518775464cdf354b3245 | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Thu Nov 01 00:43:49 2007 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 01 00:43:49 2007 -0700 |
tree | 1b61906c5ce3ccabdbeb4cec1815c4e0cc5faa0c | |
parent | 1dba323b3f92cf4a475236763b0373cb7d49395d [diff] |
[NET]: Relax the reference counting of init_net_ns When the CONFIG_NET_NS is n there's no need in refcounting the initial net namespace. So relax this code by making a stupid stubs for the "n" case. Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>