Update bcachefs sources to 1bda24d7cc fixup! bcachefs: for_each_btree_key2()

This commit is contained in:
Kent Overstreet 2022-07-17 19:28:54 -04:00
parent 79d39bd7ce
commit b47d99c2bf
2 changed files with 1 additions and 4 deletions

View File

@ -1 +1 @@
d82da7126f2db01a0d320ad7ed13cd4016c36221
1bda24d7cc91cb84fe5bcbc40c871e9d00542bd2

View File

@ -1663,9 +1663,6 @@ out:
int __must_check bch2_btree_path_traverse(struct btree_trans *trans,
struct btree_path *path, unsigned flags)
{
if (!(local_clock() % 128))
return btree_trans_restart(trans);
if (path->uptodate < BTREE_ITER_NEED_RELOCK)
return 0;