Merge branch 'netns-Optimise-netns-ID-lookups'
authorDavid S. Miller <davem@davemloft.net>
Tue, 14 Jan 2020 19:28:41 +0000 (11:28 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 14 Jan 2020 19:28:41 +0000 (11:28 -0800)
Guillaume Nault says:

====================
netns: Optimise netns ID lookups

Netns ID lookups can be easily protected by RCU, rather than by holding
a spinlock.

Patch 1 prepares the code, patch 2 does the RCU conversion, and finally
patch 3 stops disabling BHs on updates (patch 2 makes that unnecessary).
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge