Hi, Yifan, I got some warnings and errors via checkpatch.pl on this patchset. You can check and fix them since erofs-utils follows kernel coding style.
Thanks, Jianan Yifan Zhao <zhaoyi...@sjtu.edu.cn> 于2024年3月22日周五 18:24写道: > > change log since v2: > - erofs_queue => erofs_inode_fifo, defined in inode.c > > Yifan Zhao (2): > erofs-utils: lib: split function logic in inode.c > erofs-utils: mkfs: introduce inter-file multi-threaded compression > > include/erofs/compress.h | 16 ++ > include/erofs/inode.h | 17 ++ > include/erofs/internal.h | 3 + > lib/compress.c | 336 +++++++++++++++++++++------------ > lib/inode.c | 399 +++++++++++++++++++++++++++++++++------ > 5 files changed, 593 insertions(+), 178 deletions(-) > > -- > 2.44.0 >