commit | ca0b7df3374c5566468c17f26fa2dfd3fe3c6a37 | [log] [tgz] |
---|---|---|
author | Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> | Sun Feb 07 20:23:59 2010 +0900 |
committer | James Morris <jmorris@namei.org> | Thu Feb 11 17:09:45 2010 +1100 |
tree | 39fb8dfd34a84b928d18523da5dcebc5b25cb634 | |
parent | 8007f10259d04f37044c2c731bf9ccdd9161d825 [diff] |
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>