bcachefs: __bch2_btree_insert uses BTREE_INSERT_CACHED
authorKent Overstreet <kent.overstreet@linux.dev>
Mon, 20 Feb 2023 19:33:46 +0000 (14:33 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:54 +0000 (17:09 -0400)
commit930256d4fbe7b8dee8f1a1658630655d8c6043f8
tree22f575b09f6b1696b87f60713084ea11e745d256
parent93bd2f877f221f05a1b51dcfac09d196c8bcda5c
bcachefs: __bch2_btree_insert uses BTREE_INSERT_CACHED

Cached btrees should be doing cached updates by default: this fixes a
bug in the migrate tool.

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