diff options
author | Filipe Manana <fdmanana@suse.com> | 2024-10-21 14:52:55 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2024-11-11 16:34:20 +0300 |
commit | 58a4391810d4bc717d87fd446a0c3ad2cb7ea3cd (patch) | |
tree | c6d2a4c51b471116dc8224f5669ac3dfe1c98f64 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | a98048e10d44569b8d5ba6edcb20992cf57ed816 (diff) | |
download | linux-58a4391810d4bc717d87fd446a0c3ad2cb7ea3cd.tar.xz |
btrfs: move delayed ref head unselection to delayed-ref.c
The unselect_delayed_ref_head() at extent-tree.c doesn't really belong in
that file as it's a delayed refs specific detail and therefore should be
at delayed-ref.c. Further its inverse, btrfs_select_ref_head(), is at
delayed-ref.c, so it only makes sense to have it there too.
So move unselect_delayed_ref_head() into delayed-ref.c and rename it to
btrfs_unselect_ref_head() so that its name closely matches its inverse
(btrfs_select_ref_head()).
Reviewed-by: Boris Burkov <boris@bur.io>
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/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions