diff options
author | 2024-04-11 18:33:43 +0100 | |
---|---|---|
committer | 2024-05-07 21:31:03 +0200 | |
commit | c0dce8b6a3b257b8492260f2ea41b7056b795295 (patch) | |
tree | 0b7fb85d367a89c76f6994aeb7b44844346b0f26 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | btrfs: remove search_commit parameter from btrfs_lookup_csums_list() (diff) | |
download | wireguard-linux-c0dce8b6a3b257b8492260f2ea41b7056b795295.tar.xz wireguard-linux-c0dce8b6a3b257b8492260f2ea41b7056b795295.zip |
btrfs: remove use of a temporary list at btrfs_lookup_csums_list()
There's no need to use a temporary list to add the checksums, we can just
add them to input list and then on error delete and free any checksums
that were added. So simplify and remove the temporary list.
Reviewed-by: Qu Wenruo <wqu@suse.com>
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