]> bbs.cooldavid.org Git - net-next-2.6.git/commit
TOMOYO: Pass "struct list_head" rather than "void *".
authorTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Wed, 16 Jun 2010 07:31:50 +0000 (16:31 +0900)
committerJames Morris <jmorris@namei.org>
Mon, 2 Aug 2010 05:34:36 +0000 (15:34 +1000)
commite79acf0ef45e0b54aed47ebea7f25c540d3f527e
tree02a593a5cb616b4b95e8f60aac786e57517442cf
parent8fbe71f0e0ac28a39e4a93694c34d670c2f31e88
TOMOYO: Pass "struct list_head" rather than "void *".

Pass "struct list_head" to tomoyo_add_to_gc() and bring
list_del_rcu() to tomoyo_add_to_gc().

Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: James Morris <jmorris@namei.org>
security/tomoyo/gc.c