[PATCH] erofs: do not prompt for risk any more when using big pcluster

Yue Hu huyue2 at coolpad.com
Thu Apr 7 15:01:23 AEST 2022


The big pluster feature has been merged for a year, it has been mostly
stable now.

Signed-off-by: Yue Hu <huyue2 at coolpad.com>
---
 fs/erofs/decompressor.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/fs/erofs/decompressor.c b/fs/erofs/decompressor.c
index 3efa686c7644..0f445f7e1df8 100644
--- a/fs/erofs/decompressor.c
+++ b/fs/erofs/decompressor.c
@@ -46,8 +46,6 @@ int z_erofs_load_lz4_config(struct super_block *sb,
 			erofs_err(sb, "too large lz4 pclusterblks %u",
 				  sbi->lz4.max_pclusterblks);
 			return -EINVAL;
-		} else if (sbi->lz4.max_pclusterblks >= 2) {
-			erofs_info(sb, "EXPERIMENTAL big pcluster feature in use. Use at your own risk!");
 		}
 	} else {
 		distance = le16_to_cpu(dsb->u1.lz4_max_distance);
-- 
2.17.1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ozlabs.org/pipermail/linux-erofs/attachments/20220407/10394dbb/attachment.htm>


More information about the Linux-erofs mailing list