Re: [PATCH 2/2] erofs: tidy up redundant includes

2023-10-30 Thread Chao Yu
On 2023/10/26 10:16, Ferry Meng wrote: - Remove unused includes like and ; - Move common includes into "internal.h". Signed-off-by: Ferry Meng Reviewed-by: Chao Yu

Re: [PATCH 1/2] erofs: get rid of ROOT_NID()

2023-10-30 Thread Chao Yu
On 2023/10/26 10:16, Ferry Meng wrote: Let's open code this helper for simplicity. Signed-off-by: Ferry Meng Reviewed-by: Chao Yu

Re: [PATCH v2] erofs: simplify compression configuration parser

2023-10-30 Thread Chao Yu
On 2023/10/22 21:09, Gao Xiang wrote: From: Gao Xiang Move erofs_load_compr_cfgs() into decompressor.c as well as introduce a callback instead of a hard-coded switch for each algorithm for simplicity. Signed-off-by: Gao Xiang Reviewed-by: Chao Yu Thanks,