bcachefs: Tiny bch2_trans_update_by_path_trace() optimization
authorKent Overstreet <kent.overstreet@linux.dev>
Wed, 23 Nov 2022 04:47:22 +0000 (23:47 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:46 +0000 (17:09 -0400)
commita2519a9688d3eeb6c4b2df3ab80b70e62458528d
tree9673969877ebf29328d714224778e522bf59eb11
parentc9ee99ad8c52a9d7f93e2e9f786a172a849622fd
bcachefs: Tiny bch2_trans_update_by_path_trace() optimization

This just removes a redundant comparison - there's more work we could do
here to remove some redundant copying.

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