bcachefs: Drop !did_work path from do_btree_insert_one()
authorKent Overstreet <kent.overstreet@gmail.com>
Fri, 11 Mar 2022 23:16:42 +0000 (18:16 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:27 +0000 (17:09 -0400)
commit0576ba9ae7c7939d2402cdad9614f39785b70d2b
tree510159d83b5d51b135ae576ebe44a28ae1743bd0
parent85d8cf161f98993f544c0b2c614873caf7b9c14f
bcachefs: Drop !did_work path from do_btree_insert_one()

As we've already reserved space in the journal this optimization doesn't
actually buy us anything, and when doing list_journal debugging it
deletes information we want.

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