]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
btrfs: remove out label in finish_verity()
authorFilipe Manana <fdmanana@suse.com>
Tue, 20 Jan 2026 20:05:43 +0000 (20:05 +0000)
committerDavid Sterba <dsterba@suse.com>
Tue, 3 Feb 2026 06:56:22 +0000 (07:56 +0100)
commit61fb7f04ee06e6c7e113a490af1a057f958f1d05
tree3b986d80977dedaed5c223576100471ce58f6284
parent6329592ca65222183aaebb377b8a828ecf85e55f
btrfs: remove out label in finish_verity()

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