[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230821041737.2673401-1-sunshijie@xiaomi.com>
Date: Mon, 21 Aug 2023 12:17:37 +0800
From: sunshijie <sunshijie@...omi.com>
To: <xiang@...nel.org>, <chao@...nel.org>, <huyue2@...lpad.com>,
<jefflexu@...ux.alibaba.com>
CC: <linux-erofs@...ts.ozlabs.org>, <linux-kernel@...r.kernel.org>,
sunshijie <sunshijie@...omi.com>
Subject: [v2] 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.
Signed-off-by: sunshijie <sunshijie@...omi.com>
---
fs/erofs/super.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/fs/erofs/super.c b/fs/erofs/super.c
index 566f68ddf..075d476a4 100644
--- a/fs/erofs/super.c
+++ b/fs/erofs/super.c
@@ -420,10 +420,6 @@ static int erofs_read_superblock(struct super_block *sb)
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))
- erofs_info(sb, "EXPERIMENTAL compressed fragments feature in use. Use at your own risk!");
- if (erofs_sb_has_dedupe(sbi))
- erofs_info(sb, "EXPERIMENTAL global deduplication feature in use. Use at your own risk!");
out:
erofs_put_metabuf(&buf);
return ret;
--
2.41.0
#/******本邮件及其附件含有小米公司的保密信息,仅限于发送给上面地址中列出的个人或群组。禁止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制、或散发)本邮件中的信息。如果您错收了本邮件,请您立即电话或邮件通知发件人并删除本邮件! This e-mail and its attachments contain confidential information from XIAOMI, which is intended only for the person or entity whose address is listed above. Any use of the information contained herein in any way (including, but not limited to, total or partial disclosure, reproduction, or dissemination) by persons other than the intended recipient(s) is prohibited. If you receive this e-mail in error, please notify the sender by phone or email immediately and delete it!******/#
Powered by blists - more mailing lists