diff options
author | 2024-02-06 23:06:46 +0100 | |
---|---|---|
committer | 2024-03-04 16:24:51 +0100 | |
commit | 4839c386ced179fb1d6dbe41c31ecdd74c010563 (patch) | |
tree | 542efe0f9631aba69c597cc45483cd77a276f401 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | btrfs: change BUG_ON to assertion in tree_move_down() (diff) | |
download | linux-rng-4839c386ced179fb1d6dbe41c31ecdd74c010563.tar.xz linux-rng-4839c386ced179fb1d6dbe41c31ecdd74c010563.zip |
btrfs: change BUG_ONs to assertions in btrfs_qgroup_trace_subtree()
The only caller do_walk_down() of btrfs_qgroup_trace_subtree() validates
the value of level and uses it several times before it's passed as an
argument. Same for root_eb that's called 'next' in the caller.
Change both BUG_ONs to assertions as this is to assure proper interface
use rather than real errors.
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