]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - net/core/net_namespace.c
netns: Add an explicit rcu_barrier to unregister_pernet_{device|subsys}
authorEric W. Biederman <ebiederm@xmission.com>
Thu, 3 Dec 2009 02:29:06 +0000 (02:29 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 Dec 2009 20:22:03 +0000 (12:22 -0800)
commit3a765edadb28cc736d185f67d1ba6bedcc85f4b9
tree79cbd70d9ef551cb75e897ddeb8e17749d0596b8
parentd79d792ef9f99cca463b6619a93e860d1c833a6e
netns: Add an explicit rcu_barrier to unregister_pernet_{device|subsys}

This allows namespace exit methods to batch work that comes requires an
rcu barrier using call_rcu without having to treat the
unregister_pernet_operations cases specially.

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