1、在文件系统目录下增加mod.rs 2、将VFS的路径改为vfs(#133)

2、将VFS的路径改为vfs
This commit is contained in:
login
2023-01-01 16:53:57 +08:00
committed by GitHub
parent 843e442971
commit 587086d3f2
29 changed files with 28 additions and 23 deletions

View File

@ -14,7 +14,7 @@
#include <common/errno.h>
#include <common/glib.h>
#include <common/wait_queue.h>
#include <filesystem/VFS/VFS.h>
#include <filesystem/vfs/VFS.h>
#include <mm/mm-types.h>
#include <syscall/syscall.h>