提交 8de6e3ba 编写于 作者: O openharmony_ci 提交者: Gitee

!5 VM模块裁剪

Merge pull request !5 from JerryH/vm
......@@ -388,7 +388,11 @@ int jffs2_do_mount_fs(struct jffs2_sb_info *c)
out_free:
#ifndef __ECOS
if (jffs2_blocks_use_vmalloc(c))
#ifdef LOSCFG_KERNEL_VM
LOS_VFree(c->blocks);
#else
free(c->blocks);
#endif
else
#endif
kfree(c->blocks);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册