Unverified Commit 03bff5d2 authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!2452 audit: fix possible soft lockup in __audit_inode_child()

parents 3e491e57 9f0207fb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2203,6 +2203,8 @@ void __audit_inode_child(struct inode *parent,
		}
	}

	cond_resched();

	/* is there a matching child entry? */
	list_for_each_entry(n, &context->names_list, list) {
		/* can only match entries that have a name */