summaryrefslogtreecommitdiff
path: root/fstab.common
diff options
context:
space:
mode:
authorWei Wang <wvw@google.com>2016-08-16 14:51:12 -0700
committerWei Wang <wvw@google.com>2016-08-23 00:48:24 +0000
commit557ab0acb79e92284be902684a0dc1207333a96b (patch)
treee4b6e603a6fa0b2053e0cb43960feb8221d4e5bf /fstab.common
parent7ae6f235a4ee1d9df6f0a43db0826616c545b809 (diff)
marlin: fstab cleanup
Remove discard for ro mounts Delete unused revovery.fstab Bug: 30807864 Change-Id: If212f5f7de181cab308c4206de523f1dc8b46907
Diffstat (limited to 'fstab.common')
-rwxr-xr-xfstab.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/fstab.common b/fstab.common
index a1aaa098..1beffc76 100755
--- a/fstab.common
+++ b/fstab.common
@@ -6,8 +6,8 @@
# Currently we dont have e2fsck compiled. So fs check would failed.
# NOTE: fstab.aosp_common is used for aosp. Make changes there as well.
#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
-/dev/block/bootdevice/by-name/system / ext4 ro,barrier=1,discard wait,slotselect,verify
-/dev/block/bootdevice/by-name/vendor /vendor ext4 ro,barrier=1,discard wait,slotselect,verify
+/dev/block/bootdevice/by-name/system / ext4 ro,barrier=1 wait,slotselect,verify
+/dev/block/bootdevice/by-name/vendor /vendor ext4 ro,barrier=1 wait,slotselect,verify
/dev/block/bootdevice/by-name/modem /firmware/radio vfat ro,shortname=lower,uid=1000,gid=0,dmask=227,fmask=337,context=u:object_r:firmware_file:s0 wait,slotselect
/dev/block/bootdevice/by-name/userdata /data ext4 nosuid,nodev,barrier=1,noauto_da_alloc wait,check,formattable,fileencryption=ice
/dev/block/zram0 none swap defaults zramsize=536870912