]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit661a75aed0be10506498854811d652e30b6653f0
tree75d3fafc48b9eda040adc8f14abc50723ffcf7b6
parent27c1ad9731b0e3e4f83efd4a96ab3f98942871cf
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