Skip to content
Commit 169af346 authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'netns-Optimise-netns-ID-lookups'



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: default avatarDavid S. Miller <davem@davemloft.net>
parents 62140036 8d7e5dee
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment