Re: [PATCH 1/3] erofs-utils: determine the [un]compressed data block is inline or not early

2024-04-19 Thread Noboru Asai
Hi Gao, Thank you for your kind explanation. I respect your policy. Please let me know if you change your mind, since I will maintainance this patch personally. 2024年4月18日(木) 16:37 Gao Xiang : > > Hi Noboru, > > On Thu, Apr 18, 2024 at 02:52:29PM +0900, Noboru Asai wrote: > > Introducing

Re: [PATCH 1/3] erofs-utils: determine the [un]compressed data block is inline or not early

2024-04-18 Thread Gao Xiang
Hi Noboru, On Thu, Apr 18, 2024 at 02:52:29PM +0900, Noboru Asai wrote: > Introducing erofs_get_inodesize function and erofs_get_lowest_offset function, > we can determine the [un]compressed data block is inline or not before > executing z_erofs_merge_segment function. It enable the following, >

[PATCH 1/3] erofs-utils: determine the [un]compressed data block is inline or not early

2024-04-17 Thread Noboru Asai
Introducing erofs_get_inodesize function and erofs_get_lowest_offset function, we can determine the [un]compressed data block is inline or not before executing z_erofs_merge_segment function. It enable the following, * skip the redundant write for ztailpacking block. * simplify