summaryrefslogtreecommitdiff
path: root/fstab.bullhead
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2017-01-11 13:23:51 -0700
committerJeff Sharkey <jsharkey@android.com>2017-01-11 13:24:24 -0700
commit53bedc30f0c3b0dc311af5b802ed784d34635bf4 (patch)
treebdf0b5341a2ced99120f1bdee84fd89d942f6c2d /fstab.bullhead
parentb1ff0c0a6a57cae814c6eb50f8f6d344ff614422 (diff)
downloadbullhead-53bedc30f0c3b0dc311af5b802ed784d34635bf4.tar.gz
Partitions should be mounted "noatime".
Test: builds Bug: 34223600 Change-Id: Ibfb411293aae10bb25be456a7e0a2d7f0f2c1a81
Diffstat (limited to 'fstab.bullhead')
-rw-r--r--fstab.bullhead2
1 files changed, 1 insertions, 1 deletions
diff --git a/fstab.bullhead b/fstab.bullhead
index 8fb67f8..c08bdc0 100644
--- a/fstab.bullhead
+++ b/fstab.bullhead
@@ -7,7 +7,7 @@
/dev/block/platform/soc.0/f9824900.sdhci/by-name/vendor /vendor ext4 ro,barrier=1,inode_readahead_blks=8 wait,verify=/dev/block/platform/soc.0/f9824900.sdhci/by-name/metadata
/dev/block/platform/soc.0/f9824900.sdhci/by-name/userdata /data ext4 noatime,nosuid,nodev,barrier=1,data=ordered,nomblk_io_submit,noauto_da_alloc,errors=panic,inode_readahead_blks=8 wait,check,forcefdeorfbe=/dev/block/platform/soc.0/f9824900.sdhci/by-name/metadata
/dev/block/platform/soc.0/f9824900.sdhci/by-name/cache /cache ext4 noatime,nosuid,nodev,barrier=1,data=ordered,nomblk_io_submit,noauto_da_alloc,errors=panic wait,check
-/dev/block/platform/soc.0/f9824900.sdhci/by-name/persist /persist ext4 nosuid,nodev,barrier=1,data=ordered,nodelalloc,nomblk_io_submit,errors=panic wait,notrim
+/dev/block/platform/soc.0/f9824900.sdhci/by-name/persist /persist ext4 noatime,nosuid,nodev,barrier=1,data=ordered,nodelalloc,nomblk_io_submit,errors=panic wait,notrim
/dev/block/platform/soc.0/f9824900.sdhci/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/platform/soc.0/f9824900.sdhci/by-name/boot /boot emmc defaults defaults
/dev/block/platform/soc.0/f9824900.sdhci/by-name/recovery /recovery emmc defaults defaults