Skip to content

Commit 5ec693c

Browse files
sunshijie-githsiangkao
authored andcommitted
erofs: don't warn dedupe and fragments features anymore
The `dedupe` and `fragments` features have been merged for a year. They are mostly stable now. Reviewed-by: Gao Xiang <hsiangkao@linux.alibaba.com> Reviewed-by: Chao Yu <chao@kernel.org> Signed-off-by: sunshijie <sunshijie@xiaomi.com> Link: https://lore.kernel.org/r/20230821041737.2673401-1-sunshijie@xiaomi.com Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
1 parent c33ad3b commit 5ec693c

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

fs/erofs/super.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -418,10 +418,6 @@ static int erofs_read_superblock(struct super_block *sb)
418418

419419
if (erofs_is_fscache_mode(sb))
420420
erofs_info(sb, "EXPERIMENTAL fscache-based on-demand read feature in use. Use at your own risk!");
421-
if (erofs_sb_has_fragments(sbi))
422-
erofs_info(sb, "EXPERIMENTAL compressed fragments feature in use. Use at your own risk!");
423-
if (erofs_sb_has_dedupe(sbi))
424-
erofs_info(sb, "EXPERIMENTAL global deduplication feature in use. Use at your own risk!");
425421
out:
426422
erofs_put_metabuf(&buf);
427423
return ret;

0 commit comments

Comments
 (0)