Skip to content
Commit 9cec9d68 authored by Jeff Layton's avatar Jeff Layton Committed by Al Viro
Browse files

audit: no need to walk list in audit_inode if name is NULL



If name is NULL then the condition in the loop will never be true. Also,
with this change, we can eliminate the check for n->name == NULL since
the equivalence check will never be true if it is.

Signed-off-by: default avatarJeff Layton <jlayton@redhat.com>
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 1c2e51e8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment