]> www.infradead.org Git - users/dwmw2/linux.git/commit
gfs2: Minor gfs2_quota_init error path cleanup
authorAndreas Gruenbacher <agruenba@redhat.com>
Sat, 1 Jun 2024 19:49:54 +0000 (21:49 +0200)
committerAndreas Gruenbacher <agruenba@redhat.com>
Tue, 4 Jun 2024 14:00:34 +0000 (16:00 +0200)
commit51316523d1f233c1cea182d4cccbc3b22ef75d87
tree4958ff9c5e09a6437583175df16ed6cd052a00a6
parent713f8834389f4b34bc8b449412202543c8b32214
gfs2: Minor gfs2_quota_init error path cleanup

Add a fail_brelse label and use it where useful.  Move variable bh out
of the loop to extend its visibility to the new label.  No functional
change.

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