summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFilipe Manana <fdmanana@suse.com>2026-01-20 19:50:03 +0000
committerDavid Sterba <dsterba@suse.com>2026-02-03 07:56:21 +0100
commit3ca4f9d0963e80435c7b69e2a8fd2b683085a3e6 (patch)
tree6f41dcbf314ed002fdc9607cbde76192b565c645 /include
parentb3acb158ea1a2c9deb1bbff8360001a6a179dc9b (diff)
btrfs: remove pointless out labels from disk-io.c
Some functions (btrfs_validate_extent_buffer() and btrfs_start_pre_rw_mount()) have an 'out' label that does nothing but return, making it pointless. Simplify this by removing the label and returning instead of gotos plus setting the 'ret' variable. 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>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions