summaryrefslogtreecommitdiff
path: root/fs/erofs/internal.h
diff options
context:
space:
mode:
authorJia Zhu <zhujia.zj@bytedance.com>2022-09-18 07:34:54 +0300
committerGao Xiang <hsiangkao@linux.alibaba.com>2022-09-20 03:01:54 +0300
commita9849560c55e9e4ab9c53d073363dd6e19ec06ef (patch)
tree9bcce3b3d532a51f4304c02dd5bf170e35743688 /fs/erofs/internal.h
parent8b7adf1dff3d5baf687acda936f193f80b7e0179 (diff)
downloadlinux-a9849560c55e9e4ab9c53d073363dd6e19ec06ef.tar.xz
erofs: introduce a pseudo mnt to manage shared cookies
Use a pseudo mnt to manage shared cookies. Signed-off-by: Jia Zhu <zhujia.zj@bytedance.com> Reviewed-by: Jingbo Xu <jefflexu@linux.alibaba.com> Link: https://lore.kernel.org/r/20220918043456.147-5-zhujia.zj@bytedance.com Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Diffstat (limited to 'fs/erofs/internal.h')
-rw-r--r--fs/erofs/internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/erofs/internal.h b/fs/erofs/internal.h
index 93fc4ad61cfb..0db56259160c 100644
--- a/fs/erofs/internal.h
+++ b/fs/erofs/internal.h
@@ -373,6 +373,7 @@ struct page *erofs_grab_cache_page_nowait(struct address_space *mapping,
}
extern const struct super_operations erofs_sops;
+extern struct file_system_type erofs_fs_type;
extern const struct address_space_operations erofs_raw_access_aops;
extern const struct address_space_operations z_erofs_aops;