[GIT PULL] erofs fix for 5.17-rc7

From: Gao Xiang
Date: Wed Mar 02 2022 - 09:43:59 EST


Hi Linus,

Could you consider this pull request for 5.17-rc7?

It's a one-line patch to fix the new ztailpacking feature on > 4GiB
filesystems because z_idataoff can get trimmed improperly.

Even if ztailpacking is still a brand new EXPERIMENTAL feature, it'd
be better to fix the issue as soon as possible to avoid backporting
unnecessary..

The original patch has been in linux-next for a week and no merge
conflicts. Except that I added a new RVB tag from Chao today.

Thanks,
Gao Xiang

The following changes since commit cfb92440ee71adcc2105b0890bb01ac3cddb8507:

Linux 5.17-rc5 (2022-02-20 13:07:20 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-5.17-rc7-fixes

for you to fetch changes up to 22ba5e99b96f1c0dbdfa4f4e1d9751b4c8348541:

erofs: fix ztailpacking on > 4GiB filesystems (2022-03-02 21:58:45 +0800)

----------------------------------------------------------------
Change since last update:

- Fix ztailpacking z_idataoff getting trimmed on > 4GiB filesystems.

----------------------------------------------------------------
Gao Xiang (1):
erofs: fix ztailpacking on > 4GiB filesystems

fs/erofs/internal.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)