]> 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)
commit44190169ead6a6c5fa2af011654d2afae51f5d85
tree75d3fafc48b9eda040adc8f14abc50723ffcf7b6
parentff79ee3b2c7aeaa406d82e19b1a59f566f616a88
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