Re: [PATCH] erofs: fix ztailpacking on > 4GiB filesystems

From: Chao Yu
Date: Tue Mar 01 2022 - 21:49:57 EST


On 2022/2/22 11:31, Gao Xiang wrote:
z_idataoff here is an absolute physical offset, so it should use
erofs_off_t (64 bits at least). Otherwise, it'll get trimmed and
cause the decompresion failure.

Fixes: ab92184ff8f1 ("erofs: add on-disk compressed tail-packing inline support")
Signed-off-by: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>

Reviewed-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,