commit | bc51dddf98c907b598e645ae4b277ed1295b6d5f | [log] [tgz] |
---|---|---|
author | WANG Cong <xiyou.wangcong@gmail.com> | Thu Sep 01 21:53:45 2016 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Sep 04 11:39:59 2016 -0700 |
tree | b12521d7249aac5ba8fbc3515eceff040d11e91b | |
parent | 38f507f1ba013effec3d7deb84273ac1829e6b87 [diff] |
netns: avoid disabling irq for netns id We never read or change netns id in hardirq context, the only place we read netns id in softirq context is in vxlan_xmit(). So, it should be enough to just disable BH. Cc: Nicolas Dichtel <nicolas.dichtel@6wind.com> Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>