diff options
author | 2024-10-03 11:43:11 -0400 | |
---|---|---|
committer | 2025-01-13 14:53:15 +0100 | |
commit | b61e0eb0374299ab5fdd5a767f2759907dc41e1e (patch) | |
tree | 95666e7397b0bdf9df2658daf7aa1f5378e32761 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | btrfs: simplify btrfs_backref_release_cache() (diff) | |
download | wireguard-linux-b61e0eb0374299ab5fdd5a767f2759907dc41e1e.tar.xz wireguard-linux-b61e0eb0374299ab5fdd5a767f2759907dc41e1e.zip |
btrfs: remove the ->lowest and ->leaves members from struct btrfs_backref_node
Before we were keeping all of our nodes on various lists in order to
make sure everything got cleaned up correctly. We used node->lowest to
indicate that node->lower was linked into the cache->leaves list. Now
that we do cleanup based on the rb-tree both the list and the flag are
useless, so delete them both.
Reviewed-by: Boris Burkov <boris@bur.io>
Signed-off-by: Josef Bacik <josef@toxicpanda.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