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)
commitfdb8ebb729bbb640e64028a4f579a02ebc405727
tree9dfca7422cb858cd05208734affab31d980030fe
parent86fc80f16e8a2449d5827bf1a9838b7fd9f70097
TOMOYO: Use RCU primitives for list operation

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>
security/tomoyo/common.c
security/tomoyo/common.h
security/tomoyo/domain.c
security/tomoyo/file.c
security/tomoyo/realpath.c
security/tomoyo/tomoyo.c