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

Gao Xiang hsiangkao at linux.alibaba.com
Thu Apr 7 15:18:50 AEST 2022


On Thu, Apr 07, 2022 at 01:01:23PM +0800, Yue Hu wrote:
> 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>

Agreed,
Reviewed-by: Gao Xiang <hsiangkao at linux.alibaba.com>

Thanks,
Gao Xiang

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


More information about the Linux-erofs mailing list