diff options
| author | Nikolay Borisov <[email protected]> | 2022-03-30 12:14:07 +0300 |
|---|---|---|
| committer | David Sterba <[email protected]> | 2022-05-16 17:03:10 +0200 |
| commit | d864546231e051e33e200025e4a6988b996f2654 (patch) | |
| tree | 09befdbaf7886c595ac3b9b658d7c34cd50886a7 /tools/perf/scripts/python | |
| parent | 398646011e3ce53409afda64bc2024d967e83880 (diff) | |
btrfs: simplify code flow in btrfs_ioctl_balance
Move code in btrfs_ioctl_balance to simplify its flow. This is
possible thanks to the removal of balance v1 ioctl and ensuring 'arg'
argument is always present. First move the code duplicating the
userspace arg to the kernel 'barg'. This makes the out_unlock label
redundant. Secondly, check the validity of bargs::flags before copying
to the dynamically allocated 'bctl'. This removes the need for the
out_bctl label.
Reviewed-by: Sweet Tea Dorminy <[email protected]>
Signed-off-by: Nikolay Borisov <[email protected]>
Reviewed-by: David Sterba <[email protected]>
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions