commit | 4043cde8ecf7f7d880eb1133c201a3d392fd68c3 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Tue Jan 03 14:23:08 2012 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Jan 17 16:17:01 2012 -0500 |
tree | d740c60e6b56565a7e996c3d0308e66f7c8651f8 | |
parent | 633b45454503489209b0d9a45f9e3cd1b852c614 [diff] |
audit: do not call audit_getname on error Just a code cleanup really. We don't need to make a function call just for it to return on error. This also makes the VFS function even easier to follow and removes a conditional on a hot path. Signed-off-by: Eric Paris <eparis@redhat.com>