From: Jeff Layton Date: Wed, 10 Oct 2012 19:25:21 +0000 (-0400) Subject: audit: reverse arguments to audit_inode_child X-Git-Tag: v3.7-rc1~32^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c43a25abba97c7d87131e71db6be24b24d7791a5;p=pandora-kernel.git 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 Signed-off-by: Jeff Layton Signed-off-by: Al Viro --- Reading git-diff-tree failed