We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c33ad3b commit 5ec693cCopy full SHA for 5ec693c
fs/erofs/super.c
@@ -418,10 +418,6 @@ static int erofs_read_superblock(struct super_block *sb)
418
419
if (erofs_is_fscache_mode(sb))
420
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!");
425
out:
426
erofs_put_metabuf(&buf);
427
return ret;
0 commit comments