Re: [PATCH chao/erofs-dev 5/7] staging: erofs: refine compressed pages preloading flow

2018-12-06 Thread Chao Yu
On 2018-12-2 2:32, Gao Xiang wrote: > Currently, there are two kinds of compressed pages in erofs: > 1) file pages for the in-place decompression and > 2) managed pages for cached decompression. > Both are all stored in grp->compressed_page[]. > > For managed pages, they could already exist

[PATCH chao/erofs-dev 5/7] staging: erofs: refine compressed pages preloading flow

2018-12-01 Thread Gao Xiang
Currently, there are two kinds of compressed pages in erofs: 1) file pages for the in-place decompression and 2) managed pages for cached decompression. Both are all stored in grp->compressed_page[]. For managed pages, they could already exist or could be preloaded in this round, including