From 8101125ee5068aff91f98c042660cb29576b8612 Mon Sep 17 00:00:00 2001 From: Ken Sumrall Date: Fri, 13 Aug 2010 16:08:03 -0700 Subject: Changes to work with updated make_ext4fs tool that supports creating sparse images. An extra parameter was added to the make_ext4fs() function, we these tools need to be updated to match. Change-Id: Id640a7f2b03153eb333b00337f0f991ff5332349 --- roots.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roots.c') diff --git a/roots.c b/roots.c index 31f99ac13..5369d2ff2 100644 --- a/roots.c +++ b/roots.c @@ -386,7 +386,7 @@ format_root_device(const char *root) if (strcmp(info->filesystem, "ext4") == 0) { LOGW("starting to reformat ext4\n"); reset_ext4fs_info(); - int result = make_ext4fs(info->device, NULL, NULL, 0, 0); + int result = make_ext4fs(info->device, NULL, NULL, 0, 0, 0); LOGW("finished reformat ext4: result = %d\n", result); if (result != 0) { LOGW("make_ext4fs failed: %d\n", result); -- cgit v1.2.3