[PATCH] erofs-utils: don't warn `big pcluster' feature anymore
Gao Xiang
hsiangkao at linux.alibaba.com
Tue May 31 13:23:47 AEST 2022
It's already used by some vendors. Therefore, let's follow commit
1e59af07c7f3 ("erofs: do not prompt for risk any more when using
big pcluster") here as well.
Signed-off-by: Gao Xiang <hsiangkao at linux.alibaba.com>
---
lib/compress.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/lib/compress.c b/lib/compress.c
index e050df0..7ebc534 100644
--- a/lib/compress.c
+++ b/lib/compress.c
@@ -840,7 +840,6 @@ int z_erofs_compress_init(struct erofs_buffer_head *sb_bh)
return -EINVAL;
}
erofs_sb_set_big_pcluster();
- erofs_warn("EXPERIMENTAL big pcluster feature in use. Use at your own risk!");
}
if (ret != Z_EROFS_COMPRESSION_LZ4)
--
2.24.4
More information about the Linux-erofs
mailing list