diff options
| author | 2024-10-16 10:57:48 +0100 | |
|---|---|---|
| committer | 2024-11-11 14:34:18 +0100 | |
| commit | c88ebf1db588fb1852e6a9ea93a35d770c3f45da (patch) | |
| tree | 73fbfd6d799cbf1dad355166ffe6c8e7fd3b7ee1 /tools/lib/python | |
| parent | btrfs: remove redundant level argument from read_block_for_search() (diff) | |
btrfs: simplify arguments for btrfs_verify_level_key()
The only caller of btrfs_verify_level_key() is read_block_for_search() and
it's passing 3 arguments to it that can be extracted from its on stack
variable of type struct btrfs_tree_parent_check.
So change btrfs_verify_level_key() to accept an argument of type
struct btrfs_tree_parent_check instead of level, first key and parent
transid arguments.
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/lib/python')
0 files changed, 0 insertions, 0 deletions
