bcachefs: bch2_trans_commit_bkey_invalid()
authorKent Overstreet <kent.overstreet@linux.dev>
Thu, 3 Nov 2022 15:14:04 +0000 (11:14 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:45 +0000 (17:09 -0400)
commit03e83f630223261978e23875299e87ae61403548
tree4315349e9c74fad22c8e6ff76fb9d43ac00d516c
parent07de1803b888131ef1675b17a0260b50d684175e
bcachefs: bch2_trans_commit_bkey_invalid()

 - factor out more slowpath code into non-inline function
 - use bch2_print_string_as_lines(), so our error message doesn't get
   truncated

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