Skip to content

Commit e04ee86

Browse files
author
Kent Overstreet
committed
bcachefs: Mark more errors as AUTOFIX
Reported-by: Marcin Mirosław <[email protected]> Signed-off-by: Kent Overstreet <[email protected]>
1 parent f0d3302 commit e04ee86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fs/bcachefs/sb-errors_format.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,8 @@ enum bch_fsck_flags {
267267
x(journal_entry_dup_same_device, 246, 0) \
268268
x(inode_bi_subvol_missing, 247, 0) \
269269
x(inode_bi_subvol_wrong, 248, 0) \
270-
x(inode_points_to_missing_dirent, 249, 0) \
271-
x(inode_points_to_wrong_dirent, 250, 0) \
270+
x(inode_points_to_missing_dirent, 249, FSCK_AUTOFIX) \
271+
x(inode_points_to_wrong_dirent, 250, FSCK_AUTOFIX) \
272272
x(inode_bi_parent_nonzero, 251, 0) \
273273
x(dirent_to_missing_parent_subvol, 252, 0) \
274274
x(dirent_not_visible_in_parent_subvol, 253, 0) \

0 commit comments

Comments
 (0)