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;