commit | adb5c2473d3f91526c79db972aafb20a56d3fbb3 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Wed Oct 10 16:43:13 2012 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Oct 12 20:15:09 2012 -0400 |
tree | f0427a11a91af2f5a5d0037ce52c32633019120b | |
parent | 669abf4e5539c8aa48bf28c965be05c0a7b58a27 [diff] |
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 <jlayton@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>