commit | c657cc00374f2dc397e60cd249d64f745edb056d | [log] [tgz] |
---|---|---|
author | Dees Troy <dees_troy@teamw.in> | Fri Jan 16 22:48:47 2015 +0000 |
committer | Ethan Yonker <dees_troy@teamw.in> | Fri May 15 10:52:46 2015 -0500 |
tree | 451e7a4266400f61271a357b3d6b5f351825a6a8 | |
parent | de50c5f5528930b31aa7981d8891370d6ea4e77e [diff] [blame] |
Support Qualcomm hardware decrypt Change-Id: I121ef0f5da209be48f6d87559d539c7fc6d85336
diff --git a/partition.cpp b/partition.cpp index ef29bb6..87ba0bc 100644 --- a/partition.cpp +++ b/partition.cpp
@@ -259,6 +259,7 @@ Wipe_Available_in_GUI = true; Can_Be_Backed_Up = true; } else if (Mount_Point == "/data") { + UnMount(false); // added in case /data is mounted as tmpfs for qcom hardware decrypt Display_Name = "Data"; Backup_Display_Name = Display_Name; Storage_Name = Display_Name;