#!/system/bin/sh

if [ -e /sys/devices/virtual/bdi/179:0/read_ahead_kb ]
then
  echo "3072" > /sys/devices/virtual/bdi/179:0/read_ahead_kb;
fi;
