linux/security/tomoyo
Tetsuo Handa ca0b7df337 TOMOYO: Reduce lines by using common path for addition and deletion.
Since the codes for adding an entry and removing an entry are similar, we can
save some lines by using "if (is_delete) { ... } else { ... }" branches.

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>
2010-02-11 17:09:45 +11:00
..
Kconfig Kconfig and Makefile 2009-02-12 15:19:00 +11:00
Makefile Kconfig and Makefile 2009-02-12 15:19:00 +11:00
common.c TOMOYO: Reduce lines by using common path for addition and deletion. 2010-02-11 17:09:45 +11:00
common.h TOMOYO: Extract bitfield 2010-02-08 14:10:20 +11:00
domain.c TOMOYO: Reduce lines by using common path for addition and deletion. 2010-02-11 17:09:45 +11:00
file.c TOMOYO: Reduce lines by using common path for addition and deletion. 2010-02-11 17:09:45 +11:00
realpath.c TOMOYO: Remove usage counter for temporary memory. 2010-01-27 08:20:48 +11:00
realpath.h TOMOYO: Remove usage counter for temporary memory. 2010-01-27 08:20:48 +11:00
tomoyo.c TOMOYO: Use RCU primitives for list operation 2009-12-15 15:46:31 +11:00
tomoyo.h Merge branch 'master' into next 2009-12-09 19:01:03 +11:00