TOMOYO: Extract bitfield
authorTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Tue, 2 Feb 2010 21:43:06 +0000 (06:43 +0900)
committerJames Morris <jmorris@namei.org>
Mon, 8 Feb 2010 03:10:20 +0000 (14:10 +1100)
commitea13ddbad0eb4be9cdc406cd7e0804fa4011f6e4
tree4068bb5baad6f6819242b36a00bf395a6db7f1e1
parentf40a70861ace69001524644473cc389543b06c3c
TOMOYO: Extract bitfield

Since list elements are rounded up to kmalloc() size rather than sizeof(int),
saving one byte by using bitfields is no longer helpful.

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