mirror of
https://gitee.com/openharmony/filemanagement_storage_service
synced 2024-11-23 06:59:59 +00:00
!666 【Bug】挂载hmdfs时新增hmdfs的目录准备流程
Merge pull request !666 from 张凯祥/fix_update_fail
This commit is contained in:
commit
0312f406e0
@ -235,6 +235,11 @@ int32_t MountManager::CloudTwiceMount(int32_t userId)
|
||||
|
||||
int32_t MountManager::HmdfsMount(int32_t userId)
|
||||
{
|
||||
int32_t err = PrepareHmdfsDirs(userId);
|
||||
if (err != E_OK) {
|
||||
LOGE("Prepare fileManager dir error");
|
||||
}
|
||||
|
||||
int32_t ret = HmdfsTwiceMount(userId, "account");
|
||||
|
||||
ret += HmdfsMount(userId, "non_account");
|
||||
|
Loading…
Reference in New Issue
Block a user