bcachefs: Convert a BUG_ON() to a warning
authorKent Overstreet <kent.overstreet@gmail.com>
Wed, 8 Dec 2021 18:31:36 +0000 (13:31 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:18 +0000 (17:09 -0400)
commitf54788cc8c79cad2ac8016d1c4a8a1373a4d7707
tree4fbbbf6ff8871b0d7953c73f2a7c02139ff899c1
parent94a3e1a6c1bd441b58972ee0216593fc0b09ee75
bcachefs: Convert a BUG_ON() to a warning

A user reported hitting this assertion, and we can't reproduce it yet,
but it shouldn't be fatal - so convert it to a warning.

Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
fs/bcachefs/fs-io.c