diff options
author | Filipe Manana <fdmanana@suse.com> | 2024-06-17 14:09:59 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2024-07-11 16:33:26 +0300 |
commit | d12765dc0242c94105e64eb54c30155dce46d873 (patch) | |
tree | 8e3af0bbabf2ced55a4dcc1d72ec373a9a448606 /scripts/lib/kdoc/kdoc_output.py | |
parent | bb3868033a4cccff7be57e9145f2117cbdc91c11 (diff) | |
download | linux-d12765dc0242c94105e64eb54c30155dce46d873.tar.xz |
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 'scripts/lib/kdoc/kdoc_output.py')
0 files changed, 0 insertions, 0 deletions