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

!61 Fix Qemu target build when LOSCFG_COMPILE_DEBUG is enabled

Merge pull request !61 from likailong/master
......@@ -49,8 +49,10 @@ void los_vfs_init(void)
return;
}
#ifdef LOSCFG_FS_FAT_DISK
spin_lock_init(&g_diskSpinlock);
spin_lock_init(&g_diskFatBlockSpinlock);
#endif
files_initlist(&tg_filelist);
fs_initialize();
if ((err = inode_reserve("/", &g_root_inode)) < 0) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册