diff options
author | Sashidhar Ganiga <sganig@codeaurora.org> | 2017-08-28 18:23:49 +0530 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2017-12-24 20:18:42 +0100 |
commit | 0f54e7dcbeb18a13a1124a6a84c9ad768e803e36 (patch) | |
tree | 25e6e991e1d45ef8c5c827548eac4e6dc733e258 /rootdir/etc/fstab.qcom | |
parent | e364ce9eaffe77459a5d89d3ba98a8be3289ee22 (diff) |
msm8996: enable noatime mount option for CTS failure
Enable noatime mount option for userdata, cache and
persist partitions.
Change-Id: Ie6fb063115ac6a1d62f9cf2814fd1c0b89e4d17f
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'rootdir/etc/fstab.qcom')
-rw-r--r-- | rootdir/etc/fstab.qcom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/etc/fstab.qcom b/rootdir/etc/fstab.qcom index b6032df..2200ad2 100644 --- a/rootdir/etc/fstab.qcom +++ b/rootdir/etc/fstab.qcom @@ -13,7 +13,7 @@ /dev/block/bootdevice/by-name/userdata /data ext4 nosuid,nodev,noatime,barrier=1,noauto_da_alloc wait,check,encryptable=footer,formattable,length=-16384 /dev/block/bootdevice/by-name/cache /cache f2fs nosuid,nodev,noatime,inline_xattr,flush_merge,data_flush wait,check,formattable /dev/block/bootdevice/by-name/cache /cache ext4 nosuid,nodev,noatime,barrier=1 wait,check,formattable -/dev/block/bootdevice/by-name/persist /persist ext4 nosuid,nodev,barrier=1 wait +/dev/block/bootdevice/by-name/persist /persist ext4 nosuid,nodev,noatime,barrier=1 wait /dev/block/bootdevice/by-name/dsp /dsp ext4 ro,nosuid,nodev,barrier=1 wait /dev/block/bootdevice/by-name/modem /firmware vfat ro,shortname=lower,uid=1000,gid=1000,dmask=227,fmask=337,context=u:object_r:firmware_file:s0 wait /dev/block/bootdevice/by-name/bluetooth /bt_firmware vfat ro,shortname=lower,uid=1002,gid=3002,dmask=222,fmask=333,context=u:object_r:bt_firmware_file:s0 wait |