gfs2: Use better variable name
authorAndreas Gruenbacher <agruenba@redhat.com>
Fri, 10 Jun 2022 22:43:00 +0000 (00:43 +0200)
committerAndreas Gruenbacher <agruenba@redhat.com>
Wed, 29 Jun 2022 15:00:21 +0000 (17:00 +0200)
commit8f0028fc60a42a1305040676ce22e5f5488efee5
tree75d3fafc48b9eda040adc8f14abc50723ffcf7b6
parent5f38a4d3c44b01495dcb4952b53d90170a30c51a
gfs2: Use better variable name

In do_promote() and add_to_queue(), use current_gh as the variable name
for the first strong holder we could find: this matches the variable
name is may_grant(), and more clearly indicates that we're interested in
one (any) of the current strong holders.

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