diff options
author | Kent Overstreet <[email protected]> | 2019-04-17 20:16:43 -0400 |
---|---|---|
committer | Kent Overstreet <[email protected]> | 2023-10-22 17:08:21 -0400 |
commit | 44e63bcaaaa2100677d1d95c3a0ebe370493f2f9 (patch) | |
tree | 60e6ec6bef23968e535069d5ff7b35e3eb6fbf3c | |
parent | 619f5bee86b558e0dad91c3759b90652cd5f55d2 (diff) |
bcachefs: Don't run fsck by default at mount time
Signed-off-by: Kent Overstreet <[email protected]>
-rw-r--r-- | fs/bcachefs/opts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/bcachefs/opts.h b/fs/bcachefs/opts.h index a69bd3718ac4..d2493d4111c6 100644 --- a/fs/bcachefs/opts.h +++ b/fs/bcachefs/opts.h @@ -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, \ |