提交 4f514a16 编写于 作者: C chenwei

fix: the total used vnode number not increased after unlink a file under

/dev/

fix #I3TS1Y
Signed-off-by: Yansira's avataryansira <yansira@hotmail.com>
上级 d6323564
......@@ -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.
先完成此消息的编辑!
想要评论请 注册