From 792b00712bb1411d3b0583bcea95b43b3107fb95 Mon Sep 17 00:00:00 2001 From: Brian Swetland Date: Wed, 15 Sep 2010 18:03:58 -0700 Subject: do not merge - update to match ext4utils api Change-Id: I9d34e491022d7dfed653a861b0728a0a656f1fbe --- updater/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updater/install.c b/updater/install.c index 167b40204..a596dc654 100644 --- a/updater/install.c +++ b/updater/install.c @@ -234,7 +234,7 @@ Value* FormatFn(const char* name, State* state, int argc, Expr* argv[]) { #ifdef USE_EXT4 } else if (strcmp(fs_type, "ext4") == 0) { reset_ext4fs_info(); - int status = make_ext4fs(location, NULL, NULL, 0, 0); + int status = make_ext4fs(location, NULL, NULL, 0, 0, 0); if (status != 0) { fprintf(stderr, "%s: make_ext4fs failed (%d) on %s", name, status, location); -- cgit v1.2.3