linux-erofs.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] erofs-utils: don't warn `chunked_file' feature anymore
@ 2022-09-06  6:46 Gao Xiang
  0 siblings, 0 replies; only message in thread
From: Gao Xiang @ 2022-09-06  6:46 UTC (permalink / raw)
  To: linux-erofs; +Cc: Gao Xiang

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@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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-09-06  6:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-06  6:46 [PATCH] erofs-utils: don't warn `chunked_file' feature anymore Gao Xiang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).