do not merge - update to match ext4utils api
Change-Id: I9d34e491022d7dfed653a861b0728a0a656f1fbe
This commit is contained in:
+1
-1
@@ -234,7 +234,7 @@ Value* FormatFn(const char* name, State* state, int argc, Expr* argv[]) {
|
|||||||
#ifdef USE_EXT4
|
#ifdef USE_EXT4
|
||||||
} else if (strcmp(fs_type, "ext4") == 0) {
|
} else if (strcmp(fs_type, "ext4") == 0) {
|
||||||
reset_ext4fs_info();
|
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) {
|
if (status != 0) {
|
||||||
fprintf(stderr, "%s: make_ext4fs failed (%d) on %s",
|
fprintf(stderr, "%s: make_ext4fs failed (%d) on %s",
|
||||||
name, status, location);
|
name, status, location);
|
||||||
|
|||||||
Reference in New Issue
Block a user