]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
bcachefs: Don't run fsck by default at mount time
authorKent Overstreet <kent.overstreet@gmail.com>
Thu, 18 Apr 2019 00:16:43 +0000 (20:16 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:08:21 +0000 (17:08 -0400)
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/opts.h

index a69bd3718ac4e336ed4858f3f4bf2e52a94de749..d2493d4111c65e4f8d8e785f05a8937e357294d9 100644 (file)
@@ -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,                                                    \