]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
btrfs: remove out label in load_extent_tree_free()
authorFilipe Manana <fdmanana@suse.com>
Tue, 20 Jan 2026 19:59:13 +0000 (19:59 +0000)
committerDavid Sterba <dsterba@suse.com>
Tue, 3 Feb 2026 06:56:22 +0000 (07:56 +0100)
commit2efcd25a7638dd217e2fea01107416e24a2d1935
treefe8a1c4ddaed14b47ec0e0b0316fbdf3156687f5
parent1038614e8f2c045561db0cf2b064a0e5cb909a1c
btrfs: remove out label in load_extent_tree_free()

There is no point in having the label since all it does is return the
value in the 'ret' variable. Instead make every goto return directly
and remove the label.

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/block-group.c