Update arguments to make_ext4fs

Change-Id: Id96e98da76b3091987b01651f980797b1d6b49d8
diff --git a/updater/install.c b/updater/install.c
index 685b979..656c607 100644
--- a/updater/install.c
+++ b/updater/install.c
@@ -237,7 +237,7 @@
 #ifdef USE_EXT4
     } else if (strcmp(fs_type, "ext4") == 0) {
         reset_ext4fs_info();
-        int status = make_ext4fs(location, NULL, NULL, 0, 0, 0);
+        int status = make_ext4fs(location, NULL, NULL, 0, 0, 0, 0);
         if (status != 0) {
             fprintf(stderr, "%s: make_ext4fs failed (%d) on %s",
                     name, status, location);