bcachefs: Fix BTREE_INSERT_NOMARK_OVERWRITES
authorKent Overstreet <kent.overstreet@gmail.com>
Thu, 29 Aug 2019 17:29:31 +0000 (13:29 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:08:26 +0000 (17:08 -0400)
commit78854fca28e4e789c99a812acda2ac04c20d2dac
treec24c49138fb18c1f89eab3c12524c50f3b8f8317
parent06ab329c150f9eebc68cdb156a9591084b16ec55
bcachefs: Fix BTREE_INSERT_NOMARK_OVERWRITES

bch2_mark_update() was correct, but bch2_trans_mark_update() wasn't
respecting BTREE_INSERT_NOMARK_OVERWRITES - key marking/triggers really
need to be cleaned up.

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