]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
btrfs: remove out label in lzo_decompress()
authorFilipe Manana <fdmanana@suse.com>
Tue, 20 Jan 2026 20:04:26 +0000 (20:04 +0000)
committerDavid Sterba <dsterba@suse.com>
Tue, 3 Feb 2026 06:56:22 +0000 (07:56 +0100)
commit55807025a63fc727527cea790792e08c08e2e3c4
tree34bf288c2edf9453bb3876107e24fe994452b901
parent610ff1c9df5499aed83d6a1ca2e9e9a2aefecc13
btrfs: remove out label in lzo_decompress()

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/lzo.c