gfs2: Remove and replace gfs2_glock_queue_work
authorAndreas Gruenbacher <agruenba@redhat.com>
Fri, 12 Apr 2024 19:58:15 +0000 (21:58 +0200)
committerAndreas Gruenbacher <agruenba@redhat.com>
Wed, 24 Apr 2024 17:48:20 +0000 (19:48 +0200)
commit1e86044402c45b70a9b31beeaefb5cc732a7470c
tree5a5d4e5c3b48e3bf10dc01e10d605e4ee10a1534
parent9947a06d29c0a30da88cdc6376ca5fd87083e130
gfs2: Remove and replace gfs2_glock_queue_work

There are no more callers of gfs2_glock_queue_work() left, so remove
that helper.  With that, we can now rename __gfs2_glock_queue_work()
back to gfs2_glock_queue_work() to get rid of some unnecessary clutter.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/glock.c