]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
bcachefs: Mark more errors as AUTOFIX
authorKent Overstreet <kent.overstreet@linux.dev>
Sun, 20 Oct 2024 20:48:31 +0000 (16:48 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 20 Oct 2024 22:08:53 +0000 (18:08 -0400)
Reported-by: Marcin Mirosław <marcin@mejor.pl>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/sb-errors_format.h

index aab328ac6dfa2a24077b76f212d720a47f0f20fb..937275d061fe0c0bee6deadb6e062f39ff0adfa7 100644 (file)
@@ -267,8 +267,8 @@ enum bch_fsck_flags {
        x(journal_entry_dup_same_device,                        246,    0)              \
        x(inode_bi_subvol_missing,                              247,    0)              \
        x(inode_bi_subvol_wrong,                                248,    0)              \
-       x(inode_points_to_missing_dirent,                       249,    0)              \
-       x(inode_points_to_wrong_dirent,                         250,    0)              \
+       x(inode_points_to_missing_dirent,                       249,    FSCK_AUTOFIX)   \
+       x(inode_points_to_wrong_dirent,                         250,    FSCK_AUTOFIX)   \
        x(inode_bi_parent_nonzero,                              251,    0)              \
        x(dirent_to_missing_parent_subvol,                      252,    0)              \
        x(dirent_not_visible_in_parent_subvol,                  253,    0)              \