diff options
| author | Greg Hackmann <ghackmann@google.com> | 2014-06-10 12:41:02 -0700 |
|---|---|---|
| committer | Greg Hackmann <ghackmann@google.com> | 2014-06-10 12:41:07 -0700 |
| commit | 5e2caf7883279113d6f5f4777122dc88262c34c6 (patch) | |
| tree | d5eedf0651a6d7396e3908f203c935eae2ff42fc | |
| parent | aec15d91ee48797f2b3c3fe61cca977900ebcd47 (diff) | |
| download | android_device_generic_goldfish-5e2caf7883279113d6f5f4777122dc88262c34c6.tar.gz android_device_generic_goldfish-5e2caf7883279113d6f5f4777122dc88262c34c6.tar.bz2 android_device_generic_goldfish-5e2caf7883279113d6f5f4777122dc88262c34c6.zip | |
Revert "goldfish: cache image is not ext4. yet."
This reverts commit a2543be45f35ab7ace3ecd92c99a3c72150622ec.
Bug: 13115061
Change-Id: Id4320af03bfcbcacbb37f4cf63261db31f126a1e
Signed-off-by: Greg Hackmann <ghackmann@google.com>
| -rw-r--r-- | fstab.goldfish | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fstab.goldfish b/fstab.goldfish index be83a16..8617307 100644 --- a/fstab.goldfish +++ b/fstab.goldfish @@ -4,6 +4,5 @@ # specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK /dev/block/mtdblock0 /system ext4 ro,barrier=1 wait /dev/block/mtdblock1 /data ext4 noatime,nosuid,nodev,barrier=1,nomblk_io_submit wait,check -# 2014-03-13: Yes. yaffs2. The emulator tools need some updating to support ext4 for the cache image. -/dev/block/mtdblock2 /cache yaffs2 noatime,nosuid,nodev wait,check +/dev/block/mtdblock2 /cache ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait,check /devices/platform/goldfish_mmc.0 auto vfat defaults voldmanaged=sdcard:auto |
