Re: [PATCH v2 4/8] staging: erofs: move stagingpage operations to compress.h

2019-06-21 Thread Chao Yu
On 2019/6/21 0:07, Gao Xiang wrote: > stagingpages are behaved as bounce pages for temporary use. > Move to compress.h since the upcoming decompressor will > allocate stagingpages as well. > > Signed-off-by: Gao Xiang Reviewed-by: Chao Yu Thanks, ___

[PATCH v2 4/8] staging: erofs: move stagingpage operations to compress.h

2019-06-20 Thread Gao Xiang
stagingpages are behaved as bounce pages for temporary use. Move to compress.h since the upcoming decompressor will allocate stagingpages as well. Signed-off-by: Gao Xiang --- drivers/staging/erofs/compress.h | 40 +++ drivers/staging/erofs/unzip_vle.c | 11 +