From 9beafefd9b7dc5462b4d73479b20a8370d7fac71 Mon Sep 17 00:00:00 2001 From: Ken Sumrall Date: Wed, 24 Aug 2011 17:58:01 -0700 Subject: Enable nomblk_io_submit mount option for read-write ext4 filesystems. The new mblk_io_submit code was turned on by default in 2.6.39, but it seems have a bug that we hit on stingray. The new code was to improve performance on 48-way systems, which we don't need on Android, so turn it off and use the previous method by mounting with nomblk_io_submit. Change-Id: I865d3ef8a94263b17d48a24c5352c6944637b0d1 --- init.herring.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.herring.rc') diff --git a/init.herring.rc b/init.herring.rc index 85fa312..bdca209 100755 --- a/init.herring.rc +++ b/init.herring.rc @@ -35,7 +35,7 @@ on fs chmod 770 /efs/bluetooth chmod 770 /efs/imei mount ext4 /dev/block/platform/s3c-sdhci.0/by-name/system /system wait ro - mount ext4 /dev/block/platform/s3c-sdhci.0/by-name/userdata /data wait noatime nosuid nodev + mount ext4 /dev/block/platform/s3c-sdhci.0/by-name/userdata /data wait noatime nosuid nodev nomblk_io_submit export EXTERNAL_STORAGE /mnt/sdcard mkdir /mnt/sdcard 0000 system system -- cgit v1.1