From 55413b9da00e1b3012c4fcdaa986e9a425e120c4 Mon Sep 17 00:00:00 2001 From: Tetsuo Handa Date: Tue, 27 Jul 2010 10:08:29 +0900 Subject: [PATCH] --- yaml --- r: 201899 b: refs/heads/master c: 7e3d199a4009a4094a955282daf5ecd43f2c8152 h: refs/heads/master i: 201897: 86d4274faedd565a2973aeea07ca838828c57af2 201895: 853822489ab999705d7e198b52b42b1748a6b3c2 v: v3 --- [refs] | 2 +- trunk/security/tomoyo/util.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 27c655798325..dbf22d45f3bc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b424485abe2b16580a178b469917a7b6ee0c152a +refs/heads/master: 7e3d199a4009a4094a955282daf5ecd43f2c8152 diff --git a/trunk/security/tomoyo/util.c b/trunk/security/tomoyo/util.c index 150167d0cc3a..9bfc1ee8222d 100644 --- a/trunk/security/tomoyo/util.c +++ b/trunk/security/tomoyo/util.c @@ -911,7 +911,7 @@ bool tomoyo_domain_quota_is_ok(struct tomoyo_request_info *r) if (!domain) return true; list_for_each_entry_rcu(ptr, &domain->acl_info_list, list) { - if (!ptr->is_deleted) + if (ptr->is_deleted) continue; switch (ptr->type) { u16 perm;