aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan.c
diff options
context:
space:
mode:
authorAndrey Vagin <avagin@openvz.org>2017-03-12 21:36:18 -0700
committerDavid S. Miller <davem@davemloft.net>2017-03-13 16:02:27 -0700
commit91864f5852f9996210fad400cf70fb85af091243 (patch)
treeeb2789ec1d0fc8a2c244a61c2489da6d3d08f230 /drivers/net/vxlan.c
parentbridge: drop netfilter fake rtable unconditionally (diff)
downloadlinux-dev-91864f5852f9996210fad400cf70fb85af091243.tar.xz
linux-dev-91864f5852f9996210fad400cf70fb85af091243.zip
net: use net->count to check whether a netns is alive or not
The previous idea was to check whether a net namespace is in net_exit_list or not. It doesn't work, because net->exit_list is used in __register_pernet_operations and __unregister_pernet_operations where all namespaces are added to a temporary list to make cleanup in a error case, so list_empty(&net->exit_list) always returns false. Reported-by: Mantas Mikulėnas <grawity@gmail.com> Fixes: 002d8a1a6c11 ("net: skip genenerating uevents for network namespaces that are exiting") Signed-off-by: Andrei Vagin <avagin@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/vxlan.c')
0 files changed, 0 insertions, 0 deletions