Remove Vnode to let the fs use PageCache for itself

This commit is contained in:
LI Qing
2023-09-13 12:07:58 +08:00
committed by Tate, Hongliang Tian
parent aeea333945
commit 98bf3d4845
30 changed files with 483 additions and 533 deletions

View File

@ -61,7 +61,7 @@ impl FileSystem for ProcFS {
}
fn flags(&self) -> FsFlags {
FsFlags::NO_PAGECACHE
FsFlags::empty()
}
}