diff options
Diffstat (limited to 'kernel/auditsc.c')
-rw-r--r-- | kernel/auditsc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/auditsc.c b/kernel/auditsc.c index 95076fa12202..55ba331757c5 100644 --- a/kernel/auditsc.c +++ b/kernel/auditsc.c | |||
@@ -515,7 +515,7 @@ static int audit_filter_rules(struct task_struct *tsk, | |||
515 | case AUDIT_INODE: | 515 | case AUDIT_INODE: |
516 | if (ctx) { | 516 | if (ctx) { |
517 | for (j = 0; j < ctx->name_count; j++) { | 517 | for (j = 0; j < ctx->name_count; j++) { |
518 | if (audit_comparator(ctx->names[j].ino, op, value)) { | 518 | if ( audit_comparator(ctx->names[j].ino, op, value)) { |
519 | ++result; | 519 | ++result; |
520 | break; | 520 | break; |
521 | } | 521 | } |