am f754f740: Revert "Mount SD card synchronous. This is an experimental change intended to"

Merge commit 'f754f740a3e06212836f7465001edb0fe5157ba8'

* commit 'f754f740a3e06212836f7465001edb0fe5157ba8':
  Revert "Mount SD card synchronous. This is an experimental change intended to"
This commit is contained in:
San Mehat 2009-06-02 10:33:28 -07:00 committed by The Android Open Source Project
commit efc0c13b52
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ int vfat_mount(blkdev_t *dev, volume_t *vol, boolean safe_mode)
LOG_VOL("vfat_mount(%d:%d, %s, %d):", dev->major, dev->minor, vol->mount_point, safe_mode);
#endif
flags = MS_NODEV | MS_NOEXEC | MS_NOSUID | MS_DIRSYNC | MS_SYNCHRONOUS;
flags = MS_NODEV | MS_NOEXEC | MS_NOSUID | MS_DIRSYNC;
if (vol->state == volstate_mounted) {
LOG_VOL("Remounting %d:%d on %s, safe mode %d", dev->major,