commit | a8708c6044f20432e161ef9db2271a097be561ef | [log] [tgz] |
---|---|---|
author | Koushik Dutta <koushd@gmail.com> | Sat Jan 01 18:00:27 2011 -0800 |
committer | Koushik Dutta <koushd@gmail.com> | Sat Jan 01 18:00:27 2011 -0800 |
tree | e911682494d9ec91dc1a1276d84146a89d301cc4 | |
parent | da32b54f85065fd9d68e234571f1208369069463 [diff] [blame] |
readd ext2/ext3 format support. Change-Id: Ic21197df8ff53fdc8ffd3dc1947bd2ecb475eda8
diff --git a/roots.c b/roots.c index 61c7498..d8d8a0c 100644 --- a/roots.c +++ b/roots.c
@@ -263,5 +263,5 @@ LOGE("format_volume: fs_type \"%s\" unsupported\n", v->fs_type); return -1; #endif - return format_unknown_device(volume); + return format_unknown_device(v->device, volume, v->fs_type); }