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

@ -3,7 +3,7 @@
#include <mm/mm.h>
#include <mm/slab.h>
#include <common/printk.h>
#include <filesystem/VFS/VFS.h>
#include <filesystem/vfs/VFS.h>
#include <filesystem/devfs/devfs.h>
#include <common/wait_queue.h>
#include <common/spinlock.h>

View File

@ -1,5 +1,5 @@
#include <filesystem/devfs/devfs.h>
#include <filesystem/VFS/VFS.h>
#include <filesystem/vfs/VFS.h>
#include "tty.h"
static struct devfs_private_inode_info_t * tty_inode_private_data_ptr; // 由devfs创建的inode私有信息指针