From 85cb35c50a6bd1220f192e52af4cd7c15694d030 Mon Sep 17 00:00:00 2001 From: Jaegeuk Kim Date: Sat, 17 Sep 2022 17:28:56 +0800 Subject: [PATCH] sdm660-common: rootdir: Remove discard command tuning Signed-off-by: Jaegeuk Kim Change-Id: I2e6e50947d9aa1213910875cf7e6e5c714c1b255 Signed-off-by: Chenyang Zhong Signed-off-by: clarencelol Signed-off-by: pix106 --- rootdir/etc/init.qcom.rc | 3 --- 1 file changed, 3 deletions(-) diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 46b9a75c..d84906fb 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -249,9 +249,6 @@ on boot chown system system /sys/devices/platform/HardwareInfo/sar_sensor_1 chown system system /sys/devices/platform/HardwareInfo/sar_sensor_2 - # limit discard size to 128MB in order to avoid long IO latency - write /sys/block/sda/queue/discard_max_bytes 134217728 - # msm specific files that need to be created on /data on post-fs-data mkdir /data/vendor/misc 01771 system system