From: Tetsuo Handa Date: Sun, 26 Jun 2011 14:16:36 +0000 (+0900) Subject: TOMOYO: Cleanup part 3. X-Git-Tag: v3.1-rc1~133^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0df7e8b8f1c25c10820bdc679555f2fbfb897ca0;p=pandora-kernel.git TOMOYO: Cleanup part 3. Use common structure for ACL with "struct list_head" + "atomic_t". Use array/struct where possible. Remove is_group from "struct tomoyo_name_union"/"struct tomoyo_number_union". Pass "struct file"->private_data rather than "struct file". Update some of comments. Bring tomoyo_same_acl_head() from common.h to domain.c . Bring tomoyo_invalid()/tomoyo_valid() from common.h to util.c . Signed-off-by: Tetsuo Handa Signed-off-by: James Morris --- Reading git-diff-tree failed