commit | c43a25abba97c7d87131e71db6be24b24d7791a5 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Wed Oct 10 15:25:21 2012 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Oct 12 00:32:00 2012 -0400 |
tree | 0fe959853254064e17805ca111838e7869720e43 | |
parent | 9cec9d68ae53aae60b4a1fca4505c75a1d026392 [diff] |
audit: reverse arguments to audit_inode_child Most of the callers get called with an inode and dentry in the reverse order. The compiler then has to reshuffle the arg registers and/or stack in order to pass them on to audit_inode_child. Reverse those arguments for a micro-optimization. Reported-by: Eric Paris <eparis@redhat.com> Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>