diff --git a/cmd_dump.c b/cmd_dump.c index 3123ba25..51cc876b 100644 --- a/cmd_dump.c +++ b/cmd_dump.c @@ -118,6 +118,7 @@ int cmd_dump(int argc, char *argv[]) bool force = false, entire_journal = true; int fd, opt; + opt_set(opts, direct_io, false); opt_set(opts, read_only, true); opt_set(opts, nochanges, true); opt_set(opts, norecovery, true);