bcachefs: Fix a spurious fsck error
authorKent Overstreet <kent.overstreet@gmail.com>
Thu, 30 Sep 2021 21:51:18 +0000 (17:51 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:13 +0000 (17:09 -0400)
commite59a4d787507592ea19dbf48bc71b3120ff5df4d
tree15130cc33807ffd702f81a2955dd061edb9e79c8
parentea0531f84eec65a1204a13167965bc151e0f072c
bcachefs: Fix a spurious fsck error

We were getting spurious "multiple types of data in same bucket" errors
in fsck, because the check was running for (cached) stale pointers -
oops.

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