bcachefs: need_snapshot_cleanup shouldn't be a fsck error
authorKent Overstreet <kent.overstreet@linux.dev>
Mon, 17 Jul 2023 01:09:37 +0000 (21:09 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:10:08 +0000 (17:10 -0400)
commit6b20d746adb7d7e662f8fc6b93fab8513654d51e
tree6185f3516d8ddf857605022bbfa2a89810ef5c2a
parent464ee1929b7761d2939ad76573e6679b4246dc82
bcachefs: need_snapshot_cleanup shouldn't be a fsck error

We currently don't track whether snapshot cleanup still needs to finish
(aside from running a full fsck), so it shouldn't be a fsck error yet -
fsck -n after fsck has succesfully completed shouldn't error.

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