]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
gfs2: Minor do_xmote cancelation fix
authorAndreas Gruenbacher <agruenba@redhat.com>
Tue, 8 Jul 2025 19:21:27 +0000 (21:21 +0200)
committerAndreas Gruenbacher <agruenba@redhat.com>
Wed, 9 Jul 2025 18:04:14 +0000 (20:04 +0200)
commit75bb2ddea9640b663e4b2eaa06e15196f6f11a95
treea8b56cf236cfbf4d846e0b58164c7d6bf519b0e0
parent2c6e2cb9e7228181e93ae8957f403affd8abf0e2
gfs2: Minor do_xmote cancelation fix

Commit 6cb3b1c2df87 changed how finish_xmote() clears the GLF_LOCK flag,
but it failed to adjust the equivalent code in do_xmote().  Fix that.

Fixes: 6cb3b1c2df87 ("gfs2: Fix additional unlikely request cancelation race")
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/glock.c