TOMOYO: Use RCU primitives for list operation
authorTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Tue, 8 Dec 2009 00:34:43 +0000 (09:34 +0900)
committerJames Morris <jmorris@namei.org>
Tue, 15 Dec 2009 04:46:31 +0000 (15:46 +1100)
Replace list operation with RCU primitives and replace
down_read()/up_read() with srcu_read_lock()/srcu_read_unlock().

Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Acked-by: Serge Hallyn <serue@us.ibm.com>
Signed-off-by: James Morris <jmorris@namei.org>

No differences found