Re: [PATCH] erofs: allow partially filled compressed bvecs

2023-12-20 Thread Gao Xiang
On 2023/12/21 14:23, Yue Hu wrote: From: Yue Hu In order to reduce memory footprints even further, let's allow partially filled compressed bvecs for readahead to bail out later. Signed-off-by: Yue Hu Reviewed-by: Gao Xiang Thanks, Gao Xiang

[PATCH] erofs: allow partially filled compressed bvecs

2023-12-20 Thread Yue Hu
From: Yue Hu In order to reduce memory footprints even further, let's allow partially filled compressed bvecs for readahead to bail out later. Signed-off-by: Yue Hu --- fs/erofs/zdata.c | 36 +--- 1 file changed, 13 insertions(+), 23 deletions(-) diff --git