io-wq: wait for worker startup when forking a new one
[linux-2.6-microblaze.git] / fs / xfs / xfs_xattr.c
index bca48b3..12be32f 100644 (file)
@@ -38,9 +38,10 @@ xfs_xattr_get(const struct xattr_handler *handler, struct dentry *unused,
 }
 
 static int
-xfs_xattr_set(const struct xattr_handler *handler, struct dentry *unused,
-               struct inode *inode, const char *name, const void *value,
-               size_t size, int flags)
+xfs_xattr_set(const struct xattr_handler *handler,
+             struct user_namespace *mnt_userns, struct dentry *unused,
+             struct inode *inode, const char *name, const void *value,
+             size_t size, int flags)
 {
        struct xfs_da_args      args = {
                .dp             = XFS_I(inode),