diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2024-09-23 22:32:47 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2024-09-27 22:32:23 -0400 |
commit | 3a5895e3ac2bb4b252a4e816575eeec6ac3deeec (patch) | |
tree | 96d11fff19b323c9d2d760dbbbca56fcc94d3bec /fs/bcachefs/sb-errors_format.h | |
parent | 0b0f0ad93c0833ed3b5457eb308274f340535988 (diff) |
bcachefs: check_subvol_path() now prints subvol root inodebcachefs-2024-09-28
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/sb-errors_format.h')
-rw-r--r-- | fs/bcachefs/sb-errors_format.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/bcachefs/sb-errors_format.h b/fs/bcachefs/sb-errors_format.h index c15c52ebf699..ed5dca5e1161 100644 --- a/fs/bcachefs/sb-errors_format.h +++ b/fs/bcachefs/sb-errors_format.h @@ -271,7 +271,7 @@ enum bch_fsck_flags { x(subvol_children_not_set, 256, 0) \ x(subvol_children_bad, 257, 0) \ x(subvol_loop, 258, 0) \ - x(subvol_unreachable, 259, 0) \ + x(subvol_unreachable, 259, FSCK_AUTOFIX) \ x(btree_node_bkey_bad_u64s, 260, 0) \ x(btree_node_topology_empty_interior_node, 261, 0) \ x(btree_ptr_v2_min_key_bad, 262, 0) \ |