提交 a5807547 编写于 作者: O openharmony_ci 提交者: Gitee

!295 修复删除/dev目录下的文件但是vnode number没有减小的问题

Merge pull request !295 from LeonChan/lc-bugfix-vnode
......@@ -642,6 +642,7 @@ int VnodeDestory(struct Vnode *vnode)
free(vnode->data);
free(vnode);
g_totalVnodeSize--;
VnodeDrop();
return LOS_OK;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册