vold2: Initial support for Android Secure External Caches
Signed-off-by: San Mehat <san@google.com>
diff --git a/Volume.cpp b/Volume.cpp
index d234c6f..787d4cd 100644
--- a/Volume.cpp
+++ b/Volume.cpp
@@ -268,7 +268,7 @@
LOGI("%s checks out - attempting to mount\n", devicePath);
errno = 0;
- if (!(rc = Fat::doMount(devicePath, getMountpoint()))) {
+ if (!(rc = Fat::doMount(devicePath, getMountpoint(), false, false))) {
LOGI("%s sucessfully mounted for volume %s\n", devicePath,
getLabel());
setState(Volume::State_Mounted);