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

This reverts commit 23eaecf02d.
This commit is contained in:
San Mehat 2009-06-02 10:27:52 -07:00
parent 21e90f0e10
commit f754f740a3
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,