Re: [PATCH] NetLabel: correct usage of RCU locking

2007-10-26 Thread David Miller
From: Paul Moore <[EMAIL PROTECTED]> Date: Thu, 25 Oct 2007 09:52:38 -0400 > This fixes some awkward, and perhaps even problematic, RCU lock usage in the > NetLabel code as well as some other related trivial cleanups found when > looking through the RCU locking. Most of the changes involve removi

[PATCH] NetLabel: correct usage of RCU locking

2007-10-25 Thread Paul Moore
This fixes some awkward, and perhaps even problematic, RCU lock usage in the NetLabel code as well as some other related trivial cleanups found when looking through the RCU locking. Most of the changes involve removing the redundant RCU read locks wrapping spinlocks in the case of a RCU writer. S