Skip to content

Commit 5787ef9

Browse files
Update p4-fs-lab.md
1 parent 69cc151 commit 5787ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lec9/p4-fs-lab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ pub struct BlockCache {
888888
3. 从文件系统中获取根目录的 inode 。
889889

890890
```rust
891-
lazy_static! {
891+
lazy_static! {//宏定义静态变量
892892
pub static ref BLOCK_DEVICE = Arc::new(BlockDeviceImpl::new());
893893
......
894894
lazy_static! {

0 commit comments

Comments
 (0)