net: use the frag lru_lock to protect netns_frags.nqueues update
authorJesper Dangaard Brouer <brouer@redhat.com>
Wed, 27 Mar 2013 05:55:56 +0000 (05:55 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 Mar 2013 16:48:33 +0000 (12:48 -0400)
Move the protection of netns_frags.nqueues updates under the LRU_lock,
instead of the write lock.  As they are located on the same cacheline,
and this is also needed when transitioning to use per hash bucket locking.

Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found