diff options
| -rw-r--r-- | fs/bcachefs/recovery_passes_types.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/fs/bcachefs/recovery_passes_types.h b/fs/bcachefs/recovery_passes_types.h index 71baad41d8c5..418557960ed6 100644 --- a/fs/bcachefs/recovery_passes_types.h +++ b/fs/bcachefs/recovery_passes_types.h @@ -53,7 +53,7 @@  	x(check_dirents,			27, PASS_FSCK)				\  	x(check_xattrs,				28, PASS_FSCK)				\  	x(check_root,				29, PASS_ONLINE|PASS_FSCK)		\ -	x(check_unreachable_inodes,		40, PASS_ONLINE|PASS_FSCK)		\ +	x(check_unreachable_inodes,		40, PASS_FSCK)				\  	x(check_subvolume_structure,		36, PASS_ONLINE|PASS_FSCK)		\  	x(check_directory_structure,		30, PASS_ONLINE|PASS_FSCK)		\  	x(check_nlinks,				31, PASS_FSCK)				\ | 
