mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-22 00:00:03 +03:00
cmd_dump: Use buffered IO
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
807cabc4c9
commit
249bf7b9d4
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user