]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
bcachefs: Simplify btree_iter_(next|prev)_leaf()
authorKent Overstreet <kent.overstreet@gmail.com>
Sun, 7 Feb 2021 23:52:13 +0000 (18:52 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:08:53 +0000 (17:08 -0400)
commit2b2c1a89cef6d19fc5a0995e550a67b1701d8bed
tree81e1ee37ca99e2ece90cd0076db060898ae8c549
parenteaf798317aa8fe3c8417ae1414c0b0bc58748881
bcachefs: Simplify btree_iter_(next|prev)_leaf()

There's no good reason for these functions to not be using
bch2_btree_iter_set_pos().

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