diff options
Diffstat (limited to 'fs/jffs2/security.c')
| -rw-r--r-- | fs/jffs2/security.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jffs2/security.c b/fs/jffs2/security.c index aef5522551db..437f3a2c1b54 100644 --- a/fs/jffs2/security.c +++ b/fs/jffs2/security.c @@ -57,7 +57,7 @@ static int jffs2_security_getxattr(const struct xattr_handler *handler,  }  static int jffs2_security_setxattr(const struct xattr_handler *handler, -				   struct user_namespace *mnt_userns, +				   struct mnt_idmap *idmap,  				   struct dentry *unused, struct inode *inode,  				   const char *name, const void *buffer,  				   size_t size, int flags)  |