klte-common: Disable sdcardfs

* There is some kind of subtle bug related to unlink where the newly-
  freed space is not propagated to lower-level storage until unmount.
* This has been observed across multiple underlaying filesystems, and
  I've spent too much time already doing A/B testing, so let's do the
  sane thing.
* This is a logical revert of 936ea50b37,
  but it's better to leave the prop explicitly defined to false in the
  event that the system-level default changes to true in the future.

Change-Id: Ie7cbce4673de7ea7d6746ae79f2cda333c96b2f6
This commit is contained in:
Kevin F. Haggerty 2017-10-09 18:29:49 -06:00
parent a2b7c30c15
commit 4f33809cf6
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
# Storage
PRODUCT_PROPERTY_OVERRIDES += \
ro.sys.sdcardfs=true
ro.sys.sdcardfs=false
# Tethering
PRODUCT_PROPERTY_OVERRIDES += \