commit | 7399d374f94b6c57203cf59aadda24e0c690460e | [log] [tgz] |
---|---|---|
author | bigbiff <bigbiff@teamw.in> | Thu Feb 10 16:20:19 2022 -0500 |
committer | bigbiff <bigbiff@teamw.in> | Sun Feb 20 17:42:45 2022 +0000 |
tree | b0d2e5d13ada31c3603e7456bcc957bc5fdd4888 | |
parent | b7a3c6f7ba9c23021a2854b5662e867020fc4af0 [diff] |
sdcard: remove mount check Change-Id: I278d7f71e79a82a34f95dba197555d08960f2723 (cherry picked from commit 2c53845cbe3b02c8e2a6458fff6a256057334606)
diff --git a/partition.cpp b/partition.cpp index b06d84f..fcc919f 100755 --- a/partition.cpp +++ b/partition.cpp
@@ -701,8 +701,6 @@ Primary_Block_Device.c_str(), Mount_Point.c_str()); } } else { - if (Is_Mounted()) - UnMount(true); Set_FBE_Status(); int is_device_fbe; DataManager::GetValue(TW_IS_FBE, is_device_fbe);