]> git.ipfire.org Git - thirdparty/linux.git/commit
btrfs: remove pointless out label from modify_free_space_bitmap()
authorFilipe Manana <fdmanana@suse.com>
Wed, 11 Jun 2025 11:54:53 +0000 (12:54 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 21 Jul 2025 21:58:02 +0000 (23:58 +0200)
commitffb7068f16ff1d043b446bcd7b76ef19a60d55b9
treef331a2b98397676ef740a73ab1fcf6c7aec3a7bf
parent22b609768cfb639095af4bfc0d8ea10aa3b3eda1
btrfs: remove pointless out label from modify_free_space_bitmap()

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