summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2011-08-24 18:26:44 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-08-24 18:26:44 -0700
commitc18cb8564b9c7c192a11c4110fbb47ba636f158e (patch)
treea69aeb6d480fba6d3b5023022d5499b5d4ff392c
parent0469d3c08415353c6cf017d75df7b83f2d2aa10d (diff)
parenta6716caa593ef3298a77081aae799b555b59b4e5 (diff)
downloaddevice_samsung_tuna-c18cb8564b9c7c192a11c4110fbb47ba636f158e.zip
device_samsung_tuna-c18cb8564b9c7c192a11c4110fbb47ba636f158e.tar.gz
device_samsung_tuna-c18cb8564b9c7c192a11c4110fbb47ba636f158e.tar.bz2
Merge "Enable nomblk_io_submit mount option for read-write ext4 filesystems."
-rwxr-xr-xinit.tuna.rc6
1 files changed, 3 insertions, 3 deletions
diff --git a/init.tuna.rc b/init.tuna.rc
index eea4fce..67cb638 100755
--- a/init.tuna.rc
+++ b/init.tuna.rc
@@ -29,9 +29,9 @@ on boot
on fs
mkdir /efs 0775 radio radio
mount ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/system /system wait ro
- mount ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/userdata /data wait noatime nosuid nodev
- mount ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/cache /cache wait noatime nosuid nodev
- mount ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/efs /efs wait noatime nosuid nodev
+ mount ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/userdata /data wait noatime nosuid nodev nomblk_io_submit
+ mount ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/cache /cache wait noatime nosuid nodev nomblk_io_submit
+ mount ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/efs /efs wait noatime nosuid nodev nomblk_io_submit
# change permissions for Tiler driver
chmod 0777 /dev/tiler