summaryrefslogtreecommitdiff
path: root/fs/gfs2/util.c
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruenba@redhat.com>2025-08-12 14:48:28 +0200
committerAndreas Gruenbacher <agruenba@redhat.com>2025-11-26 23:52:27 +0000
commit473678ccb97dabeebc802d01a7f5c80e3a82b04c (patch)
tree14faf53d0ec7d2378c87023b2d8be05bdf0343c8 /fs/gfs2/util.c
parent655531c95be333cb979fb58f6825ddae40455c13 (diff)
gfs2: Rename gfs2_{gl_dq_holders => withdraw_glocks}
Rename function gfs2_gl_dq_holders() to gfs2_withdraw_glocks(). This function will soon be used for more than just dequeuing holders. Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Diffstat (limited to 'fs/gfs2/util.c')
-rw-r--r--fs/gfs2/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/util.c b/fs/gfs2/util.c
index 4f1db097212a..09fcfc04769b 100644
--- a/fs/gfs2/util.c
+++ b/fs/gfs2/util.c
@@ -149,7 +149,7 @@ static void do_withdraw(struct gfs2_sbd *sdp)
* Dequeue any pending non-system glock holders that can no
* longer be granted because the file system is withdrawn.
*/
- gfs2_gl_dq_holders(sdp);
+ gfs2_withdraw_glocks(sdp);
}
gfs2_thaw_freeze_initiator(sdp->sd_vfs);