aboutsummaryrefslogtreecommitdiffstats
path: root/fs/namei.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/namei.c')
-rw-r--r--fs/namei.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/namei.c b/fs/namei.c
index 6ec1f0fefc5b..91ce1f24bbb6 100644
--- a/fs/namei.c
+++ b/fs/namei.c
@@ -1046,7 +1046,7 @@ int fastcall path_lookup(const char *name, unsigned int flags, struct nameidata
1046out: 1046out:
1047 if (unlikely(current->audit_context 1047 if (unlikely(current->audit_context
1048 && nd && nd->dentry && nd->dentry->d_inode)) 1048 && nd && nd->dentry && nd->dentry->d_inode))
1049 audit_inode(name, nd->dentry->d_inode); 1049 audit_inode(name, nd->dentry->d_inode, flags);
1050 return retval; 1050 return retval;
1051} 1051}
1052 1052