]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - cmd_dump.c
add dependabot config to keep github ci actions up-to-date
[bcachefs-tools-debian] / cmd_dump.c
index 59d73c3c30131f28dbce6b45271d8345c6bfd645..cc25a6a3134d9e27a7c4cbf656821caa746c390f 100644 (file)
@@ -117,7 +117,7 @@ int cmd_dump(int argc, char *argv[])
        opt_set(opts, norecovery,       true);
        opt_set(opts, degraded,         true);
        opt_set(opts, errors,           BCH_ON_ERROR_continue);
-       opt_set(opts, fix_errors,       FSCK_OPT_NO);
+       opt_set(opts, fix_errors,       FSCK_FIX_no);
 
        while ((opt = getopt(argc, argv, "o:fjvh")) != -1)
                switch (opt) {