diff options
| author | Filipe Manana <fdmanana@suse.com> | 2026-01-20 11:25:31 +0000 |
|---|---|---|
| committer | David Sterba <dsterba@suse.com> | 2026-02-03 07:56:20 +0100 |
| commit | 01f93271ed0218937bd6386d6d6deccd92621a38 (patch) | |
| tree | 72d6a432426fcdc63c30b4d4e0392fb7ec4f5f95 /include/linux/i2c/git@git.tavy.me:linux.git | |
| parent | 51b1fcf71c88c3c89e7dcf07869c5de837b1f428 (diff) | |
btrfs: remove pointless out labels from ioctl.c
Some functions (__btrfs_ioctl_snap_create(), btrfs_ioctl_subvol_setflags()
and copy_to_sk()) 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 up 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/linux/i2c/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions
