Revert "Update make_ext4fs_internal param-list to match new implementation"
am: 527cc0b7a4
* commit '527cc0b7a4d2a72f38d6f956a03864391f5562f1':
Revert "Update make_ext4fs_internal param-list to match new implementation"
This commit is contained in:
commit
33748928da
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ static int format_ext4(char *fs_blkdev, char *fs_mnt_point)
|
|||
info.len = (off64_t)dev_sz;
|
||||
|
||||
/* Use make_ext4fs_internal to avoid wiping an already-wiped partition. */
|
||||
rc = make_ext4fs_internal(fd, NULL, NULL, fs_mnt_point, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL);
|
||||
rc = make_ext4fs_internal(fd, NULL, NULL, fs_mnt_point, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL);
|
||||
if (rc) {
|
||||
ERROR("make_ext4fs returned %d.\n", rc);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue