diff options
author | Gao Xiang <hsiangkao@linux.alibaba.com> | 2022-02-22 11:31:18 +0800 |
---|---|---|
committer | Gao Xiang <hsiangkao@linux.alibaba.com> | 2022-03-02 21:58:45 +0800 |
commit | 22ba5e99b96f1c0dbdfa4f4e1d9751b4c8348541 (patch) | |
tree | 4d2cac2dd98935b0e7a88c3c1649078c5a6e6723 /fs/ubifs/Kconfig | |
parent | cfb92440ee71adcc2105b0890bb01ac3cddb8507 (diff) |
erofs: fix ztailpacking on > 4GiB filesystems
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.
Link: https://lore.kernel.org/r/20220222033118.20540-1-hsiangkao@linux.alibaba.com
Fixes: ab92184ff8f1 ("erofs: add on-disk compressed tail-packing inline support")
Reviewed-by: Yue Hu <huyue2@yulong.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Diffstat (limited to 'fs/ubifs/Kconfig')
0 files changed, 0 insertions, 0 deletions