diff options
Diffstat (limited to 'libbcachefs/str_hash.h')
-rw-r--r-- | libbcachefs/str_hash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbcachefs/str_hash.h b/libbcachefs/str_hash.h index 2ff8e5bd..23602349 100644 --- a/libbcachefs/str_hash.h +++ b/libbcachefs/str_hash.h @@ -209,7 +209,7 @@ int bch2_hash_needs_whiteout(struct btree_trans *trans, iter = bch2_trans_copy_iter(trans, start); - bch2_btree_iter_next_slot(iter); + bch2_btree_iter_advance(iter); for_each_btree_key_continue(iter, BTREE_ITER_SLOTS, k, ret) { if (k.k->type != desc.key_type && |