[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <cb1474f7-b1fd-f22a-4250-77f2e931a742@kernel.org>
Date: Sat, 15 Oct 2022 10:50:02 +0800
From: Chao Yu <chao@...nel.org>
To: Gao Xiang <hsiangkao@...ux.alibaba.com>,
linux-erofs@...ts.ozlabs.org
Cc: LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] erofs: shouldn't churn the mapping page for duplicated
copies
On 2022/10/12 12:50, Gao Xiang wrote:
> If other duplicated copies exist in one decompression shot, should
> leave the old page as is rather than replace it with the new duplicated
> one. Otherwise, the following cold path to deal with duplicated copies
> will use the invalid bvec. It impacts compressed data deduplication.
>
> Also, shift the onlinepage EIO bit to avoid touching the signed bit.
>
> Fixes: 267f2492c8f7 ("erofs: introduce multi-reference pclusters (fully-referenced)")
> Signed-off-by: Gao Xiang <hsiangkao@...ux.alibaba.com>
Reviewed-by: Chao Yu <chao@...nel.org>
Thanks,
Powered by blists - more mailing lists