bcachefs: Extent btree iterators are no longer special
authorKent Overstreet <kent.overstreet@gmail.com>
Sun, 5 Sep 2021 01:19:48 +0000 (21:19 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:11 +0000 (17:09 -0400)
commit1ae29c1faaa3af9e8c490206634f2648016634cd
treeaae7fb0a606b402c91e791d9d8fde03b583d36a1
parent068bcaa589e268fe0bca1f972b3a08a18be8c5dc
bcachefs: Extent btree iterators are no longer special

Since iter->real_pos was introduced, we no longer have to deal with
extent btree iterators that have skipped past deleted keys - this is a
real performance improvement on btree updates.

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