diff options
Diffstat (limited to 'libbcachefs/str_hash.h')
-rw-r--r-- | libbcachefs/str_hash.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbcachefs/str_hash.h b/libbcachefs/str_hash.h index f7dd0144..c8051095 100644 --- a/libbcachefs/str_hash.h +++ b/libbcachefs/str_hash.h @@ -237,6 +237,7 @@ static inline int bch2_hash_needs_whiteout(const struct bch_hash_desc desc, { struct bkey_s_c k; + bch2_btree_iter_copy(iter, start); bch2_btree_iter_next_slot(iter); for_each_btree_key_continue(iter, BTREE_ITER_SLOTS, k) { |