diff options
author | 2020-11-24 17:49:30 +0200 | |
---|---|---|
committer | 2020-12-08 15:54:15 +0100 | |
commit | ee0d904fd9c5662c58a737c77384f8959fdc8d12 (patch) | |
tree | 150bd9e86ea6d4445e621091ab733103ada656e4 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | btrfs: unlock path before checking if extent is shared during nocow writeback (diff) | |
download | linux-rng-ee0d904fd9c5662c58a737c77384f8959fdc8d12.tar.xz linux-rng-ee0d904fd9c5662c58a737c77384f8959fdc8d12.zip |
btrfs: remove err variable from btrfs_delete_subvolume
Use only a single 'ret' to control whether we should abort the
transaction or not. That's fine, because if we abort a transaction then
btrfs_end_transaction will return the same value as passed to
btrfs_abort_transaction. No semantic changes.
Signed-off-by: Nikolay Borisov <nborisov@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