]> git.ipfire.org Git - thirdparty/linux.git/commit
btrfs: remove pointless out label from update_free_space_extent_count()
authorFilipe Manana <fdmanana@suse.com>
Wed, 11 Jun 2025 11:18:26 +0000 (12:18 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 21 Jul 2025 21:58:01 +0000 (23:58 +0200)
commite4e5fcbc62d0105e26b06375b62cf1a2cb54d7b6
tree13365cfd8db711da068a9efb1a55caf9d58f98ed
parent61b43a937418cd769818159d8cc007eb888ea195
btrfs: remove pointless out label from update_free_space_extent_count()

Just return directly, we don't need the label since all we do under it is
to return.

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