From c660c4340965b9ecc2705b72d8b9e733fbbd7d82 Mon Sep 17 00:00:00 2001 From: "Kevin F. Haggerty" Date: Wed, 11 Oct 2017 20:42:43 -0600 Subject: [PATCH] Revert "klte-common: Disable sdcardfs" This reverts commit 4f33809cf6c6e02e5f01e5b99e59b7d7f992ef44. * The cause for the apparent space leak (until unmount) is caused by asymmetric access by Android to the upper vs. lower filesystems on external storage and the fact that sdcardfs maintained upper/lower icache and dcache that are not synched. While normally only visible to users on external sdcards, it could be forced on internal storage by twiddling /data/media/0 and /sdcard. * See https://review.lineageos.org/#/c/193137/ for resolution. Change-Id: Ia642815aef2f7e7ab76507a27cdc7cd1d4648028 --- system_prop.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system_prop.mk b/system_prop.mk index 53b452f..bb08daf 100644 --- a/system_prop.mk +++ b/system_prop.mk @@ -69,7 +69,7 @@ PRODUCT_PROPERTY_OVERRIDES += \ # Storage PRODUCT_PROPERTY_OVERRIDES += \ - ro.sys.sdcardfs=false + ro.sys.sdcardfs=true # Tethering PRODUCT_PROPERTY_OVERRIDES += \