bcachefs: Make sure BCH_FS_FSCK_DONE gets set
authorKent Overstreet <kent.overstreet@gmail.com>
Sun, 2 Jan 2022 00:46:12 +0000 (19:46 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:21 +0000 (17:09 -0400)
commitcd7c2d3d8d31d4ed3076078457a3df6d9dcaede8
tree298f2641352eee45cf9792316636b537086c76aa
parentbf15946316757a4fd23c87e51434520bd6a87f64
bcachefs: Make sure BCH_FS_FSCK_DONE gets set

If we're not running fsck we still want to set BCH_FS_FSCK_DONE, so that
bch2_fsck_err() calls are interpreted as bch2_inconsistent_error()
calls().

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