From d698440feb8cc835ba47ecf1d4dde8742b896267 Mon Sep 17 00:00:00 2001 From: Ben Pig Chu Date: Tue, 30 Oct 2018 23:15:53 +0800 Subject: [PATCH] fe report clarify --- docs/OSTrain2018docs-g4/expr3/report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/OSTrain2018docs-g4/expr3/report.md b/docs/OSTrain2018docs-g4/expr3/report.md index 7e89a7df..5bd43448 100644 --- a/docs/OSTrain2018docs-g4/expr3/report.md +++ b/docs/OSTrain2018docs-g4/expr3/report.md @@ -24,7 +24,7 @@ simple-filesystem = { git = "https://github.com/benpigchu/SimpleFileSystem-Rust" - [ ] `mount` - [ ] 符号链接相关内容 - [-] 调整接口的定义 - - [x] 用 `get_entry` 取代 `list` + - [x] 用只获得一个目录项的 `get_entry` 取代获得所有目录项的 `list` - [x] 用单层查找的 `find` 取代多层查找的 `lookup` - [ ] 返回错误类型而非直接 `panic!` - [ ] 将 `vfs` `device` 等与具体文件系统无关的内容从 `SimpleFileSystem-Rust` 仓库移动到主仓库的新包中(`crate/vfs`)