[PATCH] erofs-utils: don't warn `chunked_file' feature anymore

Gao Xiang hsiangkao at linux.alibaba.com
Tue Sep 6 16:46:54 AEST 2022


It has been introduced for more than a year, and also been used in
our FaaS cloud products and mentioned in the AOSP related page [1].

Let's drop such warning now.

[1] https://source.android.com/docs/core/architecture/kernel/erofs
Signed-off-by: Gao Xiang <hsiangkao at linux.alibaba.com>
---
 mkfs/main.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/mkfs/main.c b/mkfs/main.c
index b969b35..594ecf9 100644
--- a/mkfs/main.c
+++ b/mkfs/main.c
@@ -666,8 +666,6 @@ int main(int argc, char **argv)
 	}
 #endif
 	erofs_show_config();
-	if (erofs_sb_has_chunked_file())
-		erofs_warn("EXPERIMENTAL chunked file feature in use. Use at your own risk!");
 	if (cfg.c_ztailpacking)
 		erofs_warn("EXPERIMENTAL compressed inline data feature in use. Use at your own risk!");
 	erofs_set_fs_root(cfg.c_src_path);
-- 
2.24.4



More information about the Linux-erofs mailing list