fs: make helpers idmap mount aware
[sfrench/cifs-2.6.git] / fs / zonefs / super.c
index 8a1f696777849c09d0b30f5b93baae8bc96afdc7..76e45d66d4ce6ebdc72f30a358df079ba1ec0ca6 100644 (file)
@@ -480,7 +480,8 @@ unlock:
        return ret;
 }
 
-static int zonefs_inode_setattr(struct dentry *dentry, struct iattr *iattr)
+static int zonefs_inode_setattr(struct user_namespace *mnt_userns,
+                               struct dentry *dentry, struct iattr *iattr)
 {
        struct inode *inode = d_inode(dentry);
        int ret;