bcachefs: Dont't call bch2_trans_begin_updates() in bch2_extent_update()
authorKent Overstreet <kent.overstreet@gmail.com>
Thu, 18 Jul 2019 21:11:35 +0000 (17:11 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:08:24 +0000 (17:08 -0400)
commitb17657d0cf321af98fcb9d52748ca4d201284702
tree17716b7b649bc07cc8925f17b7e1a0e41b622e47
parent8627f674bc98d6eeb91f885ca1259d29a0e7aa34
bcachefs: Dont't call bch2_trans_begin_updates() in bch2_extent_update()

Prep work for reflink - for reflink, we're going to be using
bch2_extent_update() with other updates in the same transaction.

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