Re: linux-next: Fixes tag needs some work in the erofs-fixes tree

From: Gao Xiang
Date: Thu Mar 07 2024 - 04:18:01 EST


Hi,

On 2024/3/7 05:16, Stephen Rothwell wrote:
Hi all,

In commit

f531a3c17e7a ("erofs: apply proper VMA alignment for memory mapped files on THP")

Fixes tag

Fixes: be62c5198861 ("erofs: enable large folios for fscache mode")

has these problem(s):

- Subject does not match target commit subject
Just use
git log -1 --format='Fixes: %h ("%s")'

So:

Fixes: be62c5198861 ("erofs: support large folios for fscache mode")

Thanks for the reminder!
It seems that I quoted the wrong commit id and it should be

Fixes: e6687b89225e ("erofs: enable large folios for fscache mode")

I've fixed in the erofs-fixes tree.

Thanks,
Gao Xiang