summaryrefslogtreecommitdiff
path: root/c_src/cmd_format.c
diff options
context:
space:
mode:
Diffstat (limited to 'c_src/cmd_format.c')
-rw-r--r--c_src/cmd_format.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c_src/cmd_format.c b/c_src/cmd_format.c
index 7c0d1920..2d900f1e 100644
--- a/c_src/cmd_format.c
+++ b/c_src/cmd_format.c
@@ -121,7 +121,7 @@ void build_fs(struct bch_fs *c, const char *src_path)
if (!S_ISDIR(stat.st_mode))
die("%s is not a directory", src_path);
- copy_fs(c, src_fd, src_path, &s);
+ copy_fs(c, src_fd, src_path, &s, 0);
}
int cmd_format(int argc, char *argv[])