summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2011-01-06 02:19:03 +0100
committerColin Cross <ccross@android.com>2011-01-06 02:19:37 +0100
commit49396b79b5aa49db55b5325255fb07eb21c069cd (patch)
tree88fde3f03b9555d952bbe843282c6a49400114a1
parentUpdate arguments to make_ext4fs (diff)
downloadandroid_bootable_recovery-49396b79b5aa49db55b5325255fb07eb21c069cd.tar
android_bootable_recovery-49396b79b5aa49db55b5325255fb07eb21c069cd.tar.gz
android_bootable_recovery-49396b79b5aa49db55b5325255fb07eb21c069cd.tar.bz2
android_bootable_recovery-49396b79b5aa49db55b5325255fb07eb21c069cd.tar.lz
android_bootable_recovery-49396b79b5aa49db55b5325255fb07eb21c069cd.tar.xz
android_bootable_recovery-49396b79b5aa49db55b5325255fb07eb21c069cd.tar.zst
android_bootable_recovery-49396b79b5aa49db55b5325255fb07eb21c069cd.zip
-rw-r--r--roots.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/roots.c b/roots.c
index 90b82d7ed..92ce78950 100644
--- a/roots.c
+++ b/roots.c
@@ -239,7 +239,7 @@ int format_volume(const char* volume) {
if (strcmp(v->fs_type, "ext4") == 0) {
reset_ext4fs_info();
- int result = make_ext4fs(v->device, NULL, NULL, 0, 0, 0);
+ int result = make_ext4fs(v->device, NULL, NULL, 0, 0, 0, 0);
if (result != 0) {
LOGE("format_volume: make_extf4fs failed on %s\n", v->device);
return -1;