Re: [PATCH v7 5/5] erofs-utils: mkfs: introduce inner-file multi-threaded compression

2024-03-15 Thread Gao Xiang
On 2024/3/15 15:18, Noboru Asai wrote: I think it is easier to understand the source code if the names of variables and pointers in the same structure are unified. struct z_erofs_compress_ictx inode_ctx; // i stands for inode? struct z_erofs_compress_ictx *ictx; struct z_erofs_compress_sctx

Re: [PATCH v7 5/5] erofs-utils: mkfs: introduce inner-file multi-threaded compression

2024-03-15 Thread Noboru Asai
I think it is easier to understand the source code if the names of variables and pointers in the same structure are unified. struct z_erofs_compress_ictx inode_ctx; // i stands for inode? struct z_erofs_compress_ictx *ictx; struct z_erofs_compress_sctx seg_ctx; struct z_erofs_compress_sctx