diff options
author | Josef Bacik <josef@toxicpanda.com> | 2022-09-09 17:53:22 -0400 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2022-09-26 12:28:03 +0200 |
commit | ad795329574c874d05084c11db01a71a5a824d47 (patch) | |
tree | 6303e9ba2d71c3ffe697fca891a933340afaede7 /fs/btrfs/extent-io-tree.c | |
parent | 83cf709a89fb97e78e60f310ea5f2b283e0f581c (diff) |
btrfs: convert BUG_ON(EXTENT_BIT_LOCKED) checks to ASSERT's
We only call these functions from the qgroup code which doesn't call
with EXTENT_BIT_LOCKED. These are BUG_ON()'s that exist to keep us
developers from using these functions with EXTENT_BIT_LOCKED, so convert
them to ASSERT()'s.
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 'fs/btrfs/extent-io-tree.c')
0 files changed, 0 insertions, 0 deletions