fs: port ->getattr() to pass mnt_idmap
[linux-block.git] / fs / erofs / internal.h
index bb8501c0ff5b5443552720b3da6a473b738235b1..e05ae61069e8166dc2369ec1d41dce2b44210c9b 100644 (file)
@@ -494,7 +494,7 @@ extern const struct inode_operations erofs_symlink_iops;
 extern const struct inode_operations erofs_fast_symlink_iops;
 
 struct inode *erofs_iget(struct super_block *sb, erofs_nid_t nid);
-int erofs_getattr(struct user_namespace *mnt_userns, const struct path *path,
+int erofs_getattr(struct mnt_idmap *idmap, const struct path *path,
                  struct kstat *stat, u32 request_mask,
                  unsigned int query_flags);