[PATCH] erofs: fix ztailpacking on > 4GiB filesystems
Gao Xiang
hsiangkao at linux.alibaba.com
Wed Mar 2 14:03:54 AEDT 2022
On Wed, Mar 02, 2022 at 10:49:47AM +0800, Chao Yu wrote:
> 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 at linux.alibaba.com>
>
> Reviewed-by: Chao Yu <chao at kernel.org>
Thanks Chao. Yeah, I will submit it this week..
Thanks,
Gao Xiang
>
> Thanks,
More information about the Linux-erofs
mailing list