From: Eric Paris Date: Tue, 3 Jan 2012 19:23:08 +0000 (-0500) Subject: audit: do not call audit_getname on error X-Git-Tag: v3.3-rc1~23^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4043cde8ecf7f7d880eb1133c201a3d392fd68c3;p=pandora-kernel.git 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 --- Reading git-diff-tree failed