aboutsummaryrefslogtreecommitdiffstats
path: root/security/tomoyo/gc.c
diff options
context:
space:
mode:
authorTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>2010-06-16 03:23:55 -0400
committerJames Morris <jmorris@namei.org>2010-08-02 01:34:33 -0400
commit75093152a97ee0ec281895b4f6229ff3c481fd64 (patch)
tree960bdf1d441f43c2dfa3c4d54c48af5fc524a1a8 /security/tomoyo/gc.c
parent99a852596beb26cc449ca1a79834c107ef4080e1 (diff)
TOMOYO: Rename symbols.
Use shorter name in order to make it easier to fix 80 columns limit. Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'security/tomoyo/gc.c')
-rw-r--r--security/tomoyo/gc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/tomoyo/gc.c b/security/tomoyo/gc.c
index 4290e519eaa8..d129317ca481 100644
--- a/security/tomoyo/gc.c
+++ b/security/tomoyo/gc.c
@@ -122,9 +122,9 @@ static void tomoyo_del_acl(struct tomoyo_acl_info *acl)
122 tomoyo_put_number_union(&entry->number); 122 tomoyo_put_number_union(&entry->number);
123 } 123 }
124 break; 124 break;
125 case TOMOYO_TYPE_PATH_NUMBER3_ACL: 125 case TOMOYO_TYPE_MKDEV_ACL:
126 { 126 {
127 struct tomoyo_path_number3_acl *entry 127 struct tomoyo_mkdev_acl *entry
128 = container_of(acl, typeof(*entry), head); 128 = container_of(acl, typeof(*entry), head);
129 tomoyo_put_name_union(&entry->name); 129 tomoyo_put_name_union(&entry->name);
130 tomoyo_put_number_union(&entry->mode); 130 tomoyo_put_number_union(&entry->mode);