TOMOYO: Add garbage collector.
authorTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Thu, 11 Feb 2010 00:43:54 +0000 (09:43 +0900)
committerJames Morris <jmorris@namei.org>
Sun, 14 Feb 2010 22:00:24 +0000 (09:00 +1100)
commit847b173ea3d6f50936823d07f2245059bf44713b
treeb53c6d0536af73a078bcff0375f9f4d837f79bba
parentec8e6a4e062e2edebef91e930c20572c9f4c0dda
TOMOYO: Add garbage collector.

This patch adds garbage collector support to TOMOYO.
Elements are protected by "struct srcu_struct tomoyo_ss".

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/Makefile
security/tomoyo/common.c
security/tomoyo/common.h
security/tomoyo/domain.c
security/tomoyo/file.c
security/tomoyo/gc.c [new file with mode: 0644]
security/tomoyo/realpath.c