未验证 提交 4a3f3d16 编写于 作者: O openharmony_ci 提交者: Gitee

!135 Fix : 将toybox ls 命令修复挑单到3.0 LTS 分支

Merge pull request !135 from yinjiaming/OpenHarmony-3.0-LTS
......@@ -296,7 +296,7 @@ int mount(const char *source, const char *target,
}
mnt->vnodeBeCovered->flag |= VNODE_FLAG_MOUNT_ORIGIN;
mnt->vnodeCovered->flag |= VNODE_FLAG_MOUNT_NEW;
mnt->vnodeCovered->filePath = strdup(target);
mnt->vnodeCovered->filePath = strdup(mountpt_vnode->filePath);
mnt->vnodeDev = device;
mnt->ops = mops;
if (target && (strlen(target) != 0))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册