]> git.baikalelectronics.ru Git - kernel.git/commit
netns: make nsid_lock per net
authorWANG Cong <xiyou.wangcong@gmail.com>
Fri, 15 May 2015 21:47:32 +0000 (14:47 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 May 2015 03:41:11 +0000 (23:41 -0400)
commit9a4f2932631837ae0742e5623ea28c36c2ba804b
treee39d1ddfa88dba0fa77a908513b392648c7e5bda
parent778d4f4caf88eeb08ce24bf137ee629032ba2c0c
netns: make nsid_lock per net

The spinlock is used to protect netns_ids which is per net,
so there is no need to use a global spinlock.

Cc: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Acked-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/net_namespace.h
net/core/net_namespace.c