From 6a6be172d3ca525ee99b20453dc747073d1fded4 Mon Sep 17 00:00:00 2001 From: Dmitry Shmidt Date: Fri, 19 Jan 2018 12:52:44 -0800 Subject: hikey/hikey960: Remove 'discard' mount option mentioned twice Change-Id: I4272cfda607e509b31a32820c78a5ad97b1a2f49 Signed-off-by: Dmitry Shmidt --- hikey/fstab.hikey-3.18 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'hikey/fstab.hikey-3.18') diff --git a/hikey/fstab.hikey-3.18 b/hikey/fstab.hikey-3.18 index ceab636d..3a71aba3 100644 --- a/hikey/fstab.hikey-3.18 +++ b/hikey/fstab.hikey-3.18 @@ -3,9 +3,9 @@ # The filesystem that contains the filesystem checker binary (typically /system) cannot # specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK -/dev/block/platform/f723d000.dwmmc0/by-name/system /system ext4 ro wait -/dev/block/platform/f723d000.dwmmc0/by-name/system /system squashfs ro wait -/dev/block/platform/f723d000.dwmmc0/by-name/cache /cache ext4 discard,noauto_da_alloc,data=ordered,user_xattr,discard,barrier=1 wait -/dev/block/platform/f723d000.dwmmc0/by-name/userdata /data ext4 discard,noauto_da_alloc,data=ordered,user_xattr,discard,barrier=1 wait +/dev/block/platform/f723d000.dwmmc0/by-name/system /system ext4 ro wait +/dev/block/platform/f723d000.dwmmc0/by-name/system /system squashfs ro wait +/dev/block/platform/f723d000.dwmmc0/by-name/cache /cache ext4 discard,noauto_da_alloc,data=ordered,user_xattr,barrier=1 wait +/dev/block/platform/f723d000.dwmmc0/by-name/userdata /data ext4 discard,noauto_da_alloc,data=ordered,user_xattr,barrier=1 wait /devices/platform/f723e000.dwmmc1/mmc_host/mmc* auto auto defaults voldmanaged=sdcard1:auto,encryptable=userdata /devices/platform/f72c0000.usb/usb* auto auto defaults voldmanaged=usbdisk:auto,encryptable=userdata -- cgit v1.2.3