Re: [PATCH 1/4] erofs: fix setting up pcluster for temporary pages

From: Chao Yu
Date: Tue Nov 03 2020 - 20:06:12 EST


On 2020/10/22 22:57, Gao Xiang wrote:
From: Gao Xiang <hsiangkao@xxxxxxxxxx>

pcluster should be only set up for all managed pages instead of
temporary pages. Since it currently uses page->mapping to identify,
the impact is minor for now.

Fixes: 5ddcee1f3a1c ("erofs: get rid of __stagingpage_alloc helper")
Cc: <stable@xxxxxxxxxxxxxxx> # 5.5+
Signed-off-by: Gao Xiang <hsiangkao@xxxxxxxxxx>

Reviewed-by: Chao Yu <yuchao0@xxxxxxxxxx>

Thanks,