From: Kent Overstreet Date: Tue, 15 Apr 2025 20:58:43 +0000 (-0400) Subject: bcachefs: snapshot_node_missing is now autofix X-Git-Tag: v6.15-rc3~30^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=72b5259053903552ee0314eb422c990c29eb8546;p=thirdparty%2Flinux.git bcachefs: snapshot_node_missing is now autofix Signed-off-by: Kent Overstreet --- diff --git a/fs/bcachefs/sb-errors_format.h b/fs/bcachefs/sb-errors_format.h index 512c56ee5d943..dc53d25c7cbb0 100644 --- a/fs/bcachefs/sb-errors_format.h +++ b/fs/bcachefs/sb-errors_format.h @@ -291,7 +291,7 @@ enum bch_fsck_flags { x(btree_node_topology_empty_interior_node, 261, 0) \ x(btree_ptr_v2_min_key_bad, 262, 0) \ x(btree_root_unreadable_and_scan_found_nothing, 263, FSCK_AUTOFIX) \ - x(snapshot_node_missing, 264, 0) \ + x(snapshot_node_missing, 264, FSCK_AUTOFIX) \ x(dup_backpointer_to_bad_csum_extent, 265, 0) \ x(btree_bitmap_not_marked, 266, FSCK_AUTOFIX) \ x(sb_clean_entry_overrun, 267, 0) \