From: Jeff Layton Date: Wed, 10 Oct 2012 20:43:13 +0000 (-0400) Subject: audit: make audit_inode take struct filename X-Git-Tag: v3.7-rc1~32^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adb5c2473d3f91526c79db972aafb20a56d3fbb3;p=pandora-kernel.git audit: make audit_inode take struct filename Keep a pointer to the audit_names "slot" in struct filename. Have all of the audit_inode callers pass a struct filename ponter to audit_inode instead of a string pointer. If the aname field is already populated, then we can skip walking the list altogether and just use it directly. Signed-off-by: Jeff Layton Signed-off-by: Al Viro --- Reading git-diff-tree failed