Commit 44e63bca authored by Kent Overstreet's avatar Kent Overstreet Committed by Kent Overstreet

bcachefs: Don't run fsck by default at mount time

Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent 619f5bee
......@@ -220,7 +220,7 @@ enum opt_type {
x(fsck, u8, \
OPT_MOUNT, \
OPT_BOOL(), \
NO_SB_OPT, true, \
NO_SB_OPT, false, \
NULL, "Run fsck on mount") \
x(fix_errors, u8, \
OPT_MOUNT, \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment