diff options
| author | Filipe Manana <fdmanana@suse.com> | 2026-01-20 22:48:33 +0300 |
|---|---|---|
| committer | David Sterba <dsterba@suse.com> | 2026-02-03 09:56:21 +0300 |
| commit | b3acb158ea1a2c9deb1bbff8360001a6a179dc9b (patch) | |
| tree | 2f306672a7f076558b5eb247ba01c195db56c1d3 /include | |
| parent | ccba88cb6ac0f936c0adcaf4c1a213086c7f3457 (diff) | |
| download | linux-b3acb158ea1a2c9deb1bbff8360001a6a179dc9b.tar.xz | |
btrfs: remove pointless out labels from qgroup.c
Some functions (__del_qgroup_relation() and
qgroup_trace_new_subtree_blocks()) 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
