cmd_dump: Use buffered IO

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
Kent Overstreet 2024-01-15 22:14:52 -05:00
parent 807cabc4c9
commit 249bf7b9d4

View File

@ -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);