Skip to content

Commit 12c2987

Browse files
taigerhuhsiangkao
authored andcommitted
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>
1 parent b05f30b commit 12c2987

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

fs/erofs/super.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,8 +425,6 @@ static int erofs_read_superblock(struct super_block *sb)
425425
/* handle multiple devices */
426426
ret = erofs_scan_devices(sb, dsb);
427427

428-
if (erofs_sb_has_ztailpacking(sbi))
429-
erofs_info(sb, "EXPERIMENTAL compressed inline data feature in use. Use at your own risk!");
430428
if (erofs_is_fscache_mode(sb))
431429
erofs_info(sb, "EXPERIMENTAL fscache-based on-demand read feature in use. Use at your own risk!");
432430
if (erofs_sb_has_fragments(sbi))

0 commit comments

Comments
 (0)