diff options
author | Filipe Manana <fdmanana@suse.com> | 2024-06-17 12:09:59 +0100 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2024-07-11 15:33:26 +0200 |
commit | d12765dc0242c94105e64eb54c30155dce46d873 (patch) | |
tree | 8e3af0bbabf2ced55a4dcc1d72ec373a9a448606 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | bb3868033a4cccff7be57e9145f2117cbdc91c11 (diff) |
btrfs: use label to deduplicate error path at btrfs_force_cow_block()
At btrfs_force_cow_block() we have several error paths that need to
unlock the "cow" extent buffer, drop the reference on it and then return
an error. This is a bit verbose so add a label where we perform these
tasks and make the error paths jump to that label.
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 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions