bcachefs: Switch a BUG_ON() to a panic()
authorKent Overstreet <kent.overstreet@linux.dev>
Thu, 9 Feb 2023 20:49:25 +0000 (15:49 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:50 +0000 (17:09 -0400)
commit434b1c75a4e79ee63cd58225567f752311cf3cd0
treed4c03ab6fd8d6f1a632f14775eff43e28aecdb29
parent992fa4e62020d257197efa4ec567499d52e9c381
bcachefs: Switch a BUG_ON() to a panic()

This assert is popping - rarely - in the CI, this will help us track it
down from the logs.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/btree_iter.c