summaryrefslogtreecommitdiff
path: root/fs/erofs
diff options
context:
space:
mode:
authorYue Hu <huyue2@coolpad.com>2023-02-27 11:44:57 +0300
committerGao Xiang <hsiangkao@linux.alibaba.com>2023-04-16 20:15:48 +0300
commit12c2987e896bd1c433150a64f5bae9993c29d551 (patch)
tree4c96ccb37742922106cb35baec6d2f8ca67dd6fb /fs/erofs
parentb05f30bcf71b8060d4a32b11353aaa2c5b0a8e3d (diff)
downloadlinux-12c2987e896bd1c433150a64f5bae9993c29d551.tar.xz
erofs: don't warn ztailpacking feature anymore
The ztailpacking feature has been merged for a year, it has been mostly stable now. Signed-off-by: Yue Hu <huyue2@coolpad.com> Reviewed-by: Gao Xiang <hsiangkao@linux.alibaba.com> Reviewed-by: Chao Yu <chao@kernel.org> Link: https://lore.kernel.org/r/20230227084457.3510-1-zbestahu@gmail.com Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Diffstat (limited to 'fs/erofs')
-rw-r--r--fs/erofs/super.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/erofs/super.c b/fs/erofs/super.c
index 9e56a6fb2267..6be232a97ec6 100644
--- a/fs/erofs/super.c
+++ b/fs/erofs/super.c
@@ -425,8 +425,6 @@ static int erofs_read_superblock(struct super_block *sb)
/* handle multiple devices */
ret = erofs_scan_devices(sb, dsb);
- if (erofs_sb_has_ztailpacking(sbi))
- erofs_info(sb, "EXPERIMENTAL compressed inline data feature in use. Use at your own risk!");
if (erofs_is_fscache_mode(sb))
erofs_info(sb, "EXPERIMENTAL fscache-based on-demand read feature in use. Use at your own risk!");
if (erofs_sb_has_fragments(sbi))