diff options
Diffstat (limited to 'fs/xfs/xfs_xattr.c')
| -rw-r--r-- | fs/xfs/xfs_xattr.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_xattr.c b/fs/xfs/xfs_xattr.c index 10aa1fd39d2b..7b9a0ed1b11f 100644 --- a/fs/xfs/xfs_xattr.c +++ b/fs/xfs/xfs_xattr.c @@ -133,7 +133,7 @@ xfs_xattr_get(const struct xattr_handler *handler, struct dentry *unused,  static int  xfs_xattr_set(const struct xattr_handler *handler, -	      struct user_namespace *mnt_userns, struct dentry *unused, +	      struct mnt_idmap *idmap, struct dentry *unused,  	      struct inode *inode, const char *name, const void *value,  	      size_t size, int flags)  {  |