bugfix:解决touch命令失败的问题 (#199)

* bug fix : 解决touch命令失败的问题
This commit is contained in:
login
2023-03-13 00:26:04 +08:00
committed by GitHub
parent 004e86ff19
commit 84407d3605
7 changed files with 34 additions and 43 deletions

View File

@ -39,6 +39,7 @@ extern crate lazy_static;
#[macro_use]
extern crate bitflags;
use mm::allocator::KernelAllocator;
// <3>