From 249bf7b9d446092e1b744c366b7e8c4563a437f0 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Mon, 15 Jan 2024 22:14:52 -0500 Subject: [PATCH] cmd_dump: Use buffered IO Signed-off-by: Kent Overstreet --- cmd_dump.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd_dump.c b/cmd_dump.c index 3123ba2..51cc876 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); -- 2.39.5