Re: [GIT PULL] gfs2 changes for 7.3

From: Andreas Gruenbacher

Date: Mon Aug 17 2026 - 12:21:21 EST


On Mon, Aug 17, 2026 at 1:26 PM Andreas Gruenbacher <agruenba@xxxxxxxxxx> wrote:
> Dear Linus,
>
> please consider pulling the following gfs2 changes for 7.3.

I should have pointed out the conflict between commit

91e27ed8a387c ("lockref: tidy up dead count handling")

from Christian Brauner's pull request for tag kernel-7.3-rc1.misc [*]
tag and the following two commits from this gfs2 pull request:

da26828b82a45 ("gfs2: Remove the glock lru list and shrinker")
657e5af4fe0b9 ("gfs2: harden gfs2_glock_hold")

As Christian points out in his pull request, the conflicts are caused
by the renaming of __lockref_is_dead() to lockref_is_dead() in commit
91e27ed8a387c.

[*] https://lore.kernel.org/linux-fsdevel/20260814-vfs-7.3-rc1.misc-abaa1db7ff94@brauner/

Thanks,
Andreas