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 <[email protected]> Reviewed-by: Chao Yu <[email protected]> Signed-off-by: sunshijie <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Gao Xiang <[email protected]>
1 parent c33ad3b commit 5ec693c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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)