peregrine: Remove non-existing mount option for F2FS
Change-Id: I9ed95b9371ab323f89ff6e75f0d68006c0fa37de
This commit is contained in:
parent
bfb89c3f01
commit
e8955fe189
|
@ -3,7 +3,7 @@
|
|||
# specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK
|
||||
#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
|
||||
/dev/block/platform/msm_sdcc.1/by-name/system /system ext4 ro,barrier=1 wait
|
||||
/dev/block/platform/msm_sdcc.1/by-name/userdata /data f2fs rw,nosuid,nodev,noatime,nodiratime,inline_xattr,errors=recover wait,nonremovable,encryptable=footer,length=-16384
|
||||
/dev/block/platform/msm_sdcc.1/by-name/userdata /data f2fs rw,nosuid,nodev,noatime,nodiratime,inline_xattr wait,nonremovable,encryptable=footer,length=-16384
|
||||
/dev/block/platform/msm_sdcc.1/by-name/cache /cache ext4 rw,nosuid,nodev,noatime,nodiratime,data=writeback,noauto_da_alloc,barrier=1 wait,check
|
||||
/dev/block/platform/msm_sdcc.1/by-name/fsg /fsg ext4 ro,nosuid,nodev,barrier=0,context=u:object_r:firmware_file:s0 wait,check
|
||||
/dev/block/platform/msm_sdcc.1/by-name/modem /firmware ext4 ro,nosuid,nodev,barrier=0,context=u:object_r:firmware_file:s0 wait,check
|
||||
|
|
Loading…
Reference in New Issue