bcachefs: Improvements to fsck check_dirents()
authorKent Overstreet <kent.overstreet@gmail.com>
Thu, 15 Jul 2021 00:28:27 +0000 (20:28 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:08 +0000 (17:09 -0400)
commit914f2786b8923232eb925fe75cb7d0b0b3788d91
tree2377bb47e1f5d642d0e6d89399dacf48795e3cef
parent5aab66353423f6398975ed9d7174f58628f6eb19
bcachefs: Improvements to fsck check_dirents()

The fsck code handles transaction restarts in a very ad hoc way, and not
always correctly. This patch makes some improvements to check_dirents(),
but more work needs to be done to figure out how this kind of code
should be structured.

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