bcachefs: Redo check_nlink fsck pass
authorKent Overstreet <kent.overstreet@gmail.com>
Thu, 8 Apr 2021 19:25:29 +0000 (15:25 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:00 +0000 (17:09 -0400)
commitb906aaddf2144b9f4ebdb8618e8ab1af00a58644
treec60b7919eb214cc61848a621dca1db3f2bf33c40
parent8a85b20cd757d9ebc784adc7d56ea378b9bf30c5
bcachefs: Redo check_nlink fsck pass

Now that we have inode backpointers the check_nlink pass only is
concerned with files that have hardlinks, and can be simplified.

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