commit | 4196e0fa5e0c6b2a27ee5626f4cfa22375ac6ea1 | [log] [tgz] |
---|---|---|
author | Koushik Dutta <koushd@gmail.com> | Sun Dec 19 03:38:29 2010 -0800 |
committer | Koushik Dutta <koushd@gmail.com> | Sun Dec 19 03:38:29 2010 -0800 |
tree | e4eea3be3f3640ae42103b3b70f24074705ed6fc | |
parent | d0fff5633c82710dcd36223291719dcfa8d73476 [diff] [blame] |
bml devices that are using rfs are automatically upgraded to ext4. Version 3.0.0.0. Change-Id: I069f0c5122e8d48ce311f519f08890d3e569dbb3
diff --git a/common.h b/common.h index 7d46cc0..a4acc39 100644 --- a/common.h +++ b/common.h
@@ -112,6 +112,7 @@ const char* device2; // alternative device to try if fs_type // == "ext4" or "vfat" and mounting // 'device' fails + const char* fallback_fs_type; } Volume; #endif // RECOVERY_COMMON_H