#!/system/bin/sh

source /system/etc/initcontrol

if [ "$MSD" = "1" ]; then

	echo "4096" > /sys/devices/virtual/bdi/179:0/read_ahead_kb;
fi