From c8bec83e307f28751c433ba1d3f648429fb5a34c Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Mon, 10 Jul 2023 20:31:34 -0400 Subject: Update bcachefs sources to e14d7c7195 bcachefs: Compression levels Signed-off-by: Kent Overstreet --- cmd_dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd_dump.c') diff --git a/cmd_dump.c b/cmd_dump.c index 59d73c3c..cc25a6a3 100644 --- a/cmd_dump.c +++ b/cmd_dump.c @@ -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) { -- cgit v1.2.3