diff options
author | 2022-06-21 15:41:02 +0900 | |
---|---|---|
committer | 2022-07-25 17:45:38 +0200 | |
commit | aaafa1ebd6dbbe57d8b7587815b12e647b8b7b4a (patch) | |
tree | 3dec6c555b91d5c1a8aacb1ed1fa5f0abc8ec117 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | btrfs: fix error handling of fallback uncompress write (diff) | |
download | linux-dev-aaafa1ebd6dbbe57d8b7587815b12e647b8b7b4a.tar.xz linux-dev-aaafa1ebd6dbbe57d8b7587815b12e647b8b7b4a.zip |
btrfs: replace unnecessary goto with direct return at cow_file_range()
The 'goto out' in cow_file_range() in the exit block are not necessary
and jump back. Replace them with return, while still keeping 'goto out'
in the main code.
Reviewed-by: Filipe Manana <fdmanana@suse.com>
Signed-off-by: Naohiro Aota <naohiro.aota@wdc.com>
Reviewed-by: David Sterba <dsterba@suse.com>
[ keep goto in the main code, update changelog ]
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions