!909 分布式文件系统大小写不敏感挂载存在严重性能问题

Merge pull request !909 from waterwin/master
This commit is contained in:
openharmony_ci 2024-04-19 04:15:51 +00:00 committed by Gitee
commit b0e20ca314
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -198,6 +198,8 @@ int32_t MountManager::HmdfsMount(int32_t userId, std::string relativePath, bool
hmdfsMntArgs.useCloudDir_ = false;
hmdfsMntArgs.enableMergeView_ = false;
mountSrcPath = hmdfsMntArgs.GetFullCloud();
} else {
hmdfsMntArgs.caseSensitive_ = true;
}
int ret = Mount(mountSrcPath, hmdfsMntArgs.GetFullDst(), "hmdfs",