]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
btrfs: remove pointless out label in qgroup_account_snapshot()
authorFilipe Manana <fdmanana@suse.com>
Tue, 10 Feb 2026 12:08:56 +0000 (12:08 +0000)
committerDavid Sterba <dsterba@suse.com>
Tue, 7 Apr 2026 16:55:56 +0000 (18:55 +0200)
commit521f8672b6b34a8959f8b5a5859364e52aa1ba8a
treec7f731467d371a112d4ca59aa87a992fdc94ed2a
parentb943097758ffa35dba31053de927d1cbb40a1bf5
btrfs: remove pointless out label in qgroup_account_snapshot()

The 'out' label is pointless as there are no cleanups to perform there,
we can replace every goto with a direct return.

Reviewed-by: Qu Wenruo <wqu@suse.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/transaction.c