Skip to content
Snippets Groups Projects
Commit b0960f14 authored by Chongkai Zhu's avatar Chongkai Zhu Committed by TheScarastic
Browse files

msm8953-common: Disable inline xattr feature for F2FS formatted /data

 * This is causing kernel panics since the latest F2FS updates

Change-Id: I356fe89bd8927acf4ed5cbb037185f81f2e91d3e
parent 58d5c19d
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
/dev/block/bootdevice/by-name/system /system ext4 ro wait,recoveryonly
/dev/block/bootdevice/by-name/cust /vendor ext4 ro wait,recoveryonly
/dev/block/bootdevice/by-name/userdata /data f2fs nosuid,nodev,noatime,inline_xattr,data_flush wait,check,encryptable=footer,formattable,length=-16384
/dev/block/bootdevice/by-name/userdata /data f2fs nosuid,nodev,noatime,data_flush wait,check,encryptable=footer,formattable,length=-16384
/dev/block/bootdevice/by-name/userdata /data ext4 nosuid,nodev,noatime,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,formattable,check
/dev/block/bootdevice/by-name/cache /cache ext4 nosuid,nodev,noatime wait,formattable,check
......
......@@ -4,7 +4,7 @@
#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
/dev/block/bootdevice/by-name/system / ext4 ro,barrier=1,discard wait,slotselect
/dev/block/bootdevice/by-name/userdata /data f2fs nosuid,nodev,noatime,inline_xattr,data_flush wait,check,encryptable=footer,formattable,length=-16384
/dev/block/bootdevice/by-name/userdata /data f2fs nosuid,nodev,noatime,data_flush wait,check,encryptable=footer,formattable,length=-16384
/dev/block/bootdevice/by-name/userdata /data ext4 nosuid,nodev,noatime,noauto_da_alloc wait,check,encryptable=footer,formattable,length=-16384
/dev/block/bootdevice/by-name/persist /persist ext4 nosuid,nodev wait,check
/dev/block/bootdevice/by-name/dsp /dsp ext4 ro,nosuid,nodev wait
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment