On 2021/3/17 11:54, Huang Jianan via Linux-erofs wrote:
z_erofs_decompressqueue_endio may not be executed in the atomic context, for example, when dm-verity is turned on. In this scenario, data can be decompressed directly to get rid of additional kworker scheduling overhead.Signed-off-by: Huang Jianan <huangjia...@oppo.com> Signed-off-by: Guo Weichao <guoweic...@oppo.com> Reviewed-by: Gao Xiang <hsiang...@redhat.com>
Reviewed-by: Chao Yu <yuch...@huawei.com> Thanks,