bcachefs: Convert a BUG_ON() to a warning
authorKent Overstreet <kent.overstreet@gmail.com>
Tue, 24 Sep 2019 17:33:11 +0000 (13:33 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:08:27 +0000 (17:08 -0400)
commitfb472ac52811e8a50e035807b94e1c29ec1f3395
tree16d8a72cd936bce41c8dfa83959a2572af4fd95e
parentfe9cdf61cc7cb791c40d076503d8910fc0727310
bcachefs: Convert a BUG_ON() to a warning

We shouldn't ever be writing past i_size - but, apparently there's still
a bug to track down.

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