fs: port ->setattr() to pass mnt_idmap
[sfrench/cifs-2.6.git] / fs / ceph / super.h
index 30bdb391a0dc088d6c72274539386228ebd3cdaa..a023a74b665094d87f563953cb26773d274f8006 100644 (file)
@@ -1043,7 +1043,7 @@ static inline int ceph_do_getattr(struct inode *inode, int mask, bool force)
 extern int ceph_permission(struct user_namespace *mnt_userns,
                           struct inode *inode, int mask);
 extern int __ceph_setattr(struct inode *inode, struct iattr *attr);
-extern int ceph_setattr(struct user_namespace *mnt_userns,
+extern int ceph_setattr(struct mnt_idmap *idmap,
                        struct dentry *dentry, struct iattr *attr);
 extern int ceph_getattr(struct user_namespace *mnt_userns,
                        const struct path *path, struct kstat *stat,