bcachefs: Improve invalid bkey error message
authorKent Overstreet <kent.overstreet@gmail.com>
Tue, 19 Apr 2022 03:43:08 +0000 (23:43 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:32 +0000 (17:09 -0400)
commitae21f74e3135efacf73d37919b5cc9ceadda7219
tree7a76ae530ca98e40339c3cea942612d8254b375a
parent099989c1b230e0f36ee7146d1df948822c999f6a
bcachefs: Improve invalid bkey error message

Bkeys have gotten a lot bigger since this code was written and now are
often formatted across multiple lines - while the reason a bkey is
invalid will still be short and fit on a single line. This patch prints
the error bfore the bkey, making it a bit more readable.

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