gfs2: Get rid of gfs2_glock_queue_put in signal_our_withdraw
authorAndreas Gruenbacher <agruenba@redhat.com>
Fri, 15 Mar 2024 15:56:09 +0000 (16:56 +0100)
committerAndreas Gruenbacher <agruenba@redhat.com>
Tue, 9 Apr 2024 16:35:57 +0000 (18:35 +0200)
commitf80d882edcf242d0256d9e51b09d5fb7a3a0d3b4
tree62a45537f67386baeb90a7742f64208d74bdb34c
parent35264909e9d1973ab9aaa2a1b07cda70f12bb828
gfs2: Get rid of gfs2_glock_queue_put in signal_our_withdraw

In function signal_our_withdraw(), we are calling gfs2_glock_queue_put()
in a context in which we are actually allowed to sleep, so replace that
with a simple call to gfs2_glock_put().

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