bcachefs: Fix hash_check_key()
authorKent Overstreet <kent.overstreet@linux.dev>
Wed, 1 Feb 2023 21:46:42 +0000 (16:46 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:50 +0000 (17:09 -0400)
commit419fc65f8cfbadb29b2024457bf914787af8db91
treeab099aad967756fd061af4f844aa68264e92a1a1
parentb8c5b16f970b32a5b8e8d75a9e4b96041db73d43
bcachefs: Fix hash_check_key()

On hash collision when we have to check for duplicates or incorrect
hash value, we weren't specifying a snapshot ID to iterate with.

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