fs: make helpers idmap mount aware
[sfrench/cifs-2.6.git] / fs / jfs / file.c
index 61c3b0c1fbf61c373d7269d331313613156b4d81..28b70e7c7dd4722b0573bf5614e820706a436028 100644 (file)
@@ -85,7 +85,8 @@ static int jfs_release(struct inode *inode, struct file *file)
        return 0;
 }
 
-int jfs_setattr(struct dentry *dentry, struct iattr *iattr)
+int jfs_setattr(struct user_namespace *mnt_userns, struct dentry *dentry,
+               struct iattr *iattr)
 {
        struct inode *inode = d_inode(dentry);
        int rc;