]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
btrfs: remove pointless out label from load_free_space_extents()
authorFilipe Manana <fdmanana@suse.com>
Wed, 11 Jun 2025 12:06:39 +0000 (13:06 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 21 Jul 2025 21:58:02 +0000 (23:58 +0200)
commit8bfa3727ea6b852d6e23273cdc8f05f578bc119e
tree44a3167373e17b82f92a98fc39f18329fee75c82
parentb7db594bc2b7e0518fae6b1b4eff45bafd9da2c0
btrfs: remove pointless out label from load_free_space_extents()

All we do under the label is to return, so there's no point in having it,
just return directly whenever we get an error.

Reviewed-by: Boris Burkov <boris@bur.io>
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/free-space-tree.c