-
- Downloads
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>
Showing
- fs/btrfs/ioctl.c 1 addition, 1 deletionfs/btrfs/ioctl.c
- fs/namei.c 1 addition, 1 deletionfs/namei.c
- include/linux/audit.h 9 additions, 9 deletionsinclude/linux/audit.h
- include/linux/fsnotify.h 4 additions, 4 deletionsinclude/linux/fsnotify.h
- kernel/auditsc.c 4 additions, 4 deletionskernel/auditsc.c
Loading
Please register or sign in to comment