[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <Yk50Op9SqCF9CVRc@B-P7TQMD6M-0146.local>
Date: Thu, 7 Apr 2022 13:18:50 +0800
From: Gao Xiang <hsiangkao@...ux.alibaba.com>
To: Yue Hu <huyue2@...lpad.com>
Cc: xiang@...nel.org, chao@...nel.org, linux-erofs@...ts.ozlabs.org,
linux-kernel@...r.kernel.org, zbesathu@...il.com,
zhangwen@...lpad.com
Subject: Re: [PATCH] erofs: do not prompt for risk any more when using big
pcluster
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@...lpad.com>
Agreed,
Reviewed-by: Gao Xiang <hsiangkao@...ux.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
Powered by blists - more mailing lists