TOMOYO: Use callback for updating entries.
authorTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Sat, 12 Jun 2010 11:46:22 +0000 (20:46 +0900)
committerJames Morris <jmorris@namei.org>
Mon, 2 Aug 2010 05:34:28 +0000 (15:34 +1000)
commit237ab459f12cb98eadd3fe7b85343e183a1076a4
treef2835e2945016beb4e29b6a2ed8f9d372dc1b412
parent927942aabbbe506bf9bc70a16dc5460ecc64c148
TOMOYO: Use callback for updating entries.

Use common "struct list_head" + "bool" + "u8" structure and
use common code for elements using that structure.

Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
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/gc.c
security/tomoyo/mount.c
security/tomoyo/util.c