Merge recent update from ch7 && cargo clippy

This commit is contained in:
Yifan Wu 2022-01-22 12:32:36 -08:00
parent 737340b0a0
commit c9583b0f53
20 changed files with 236 additions and 163 deletions

View file

@ -61,7 +61,7 @@ fn easy_fs_pack() -> std::io::Result<()> {
})));
// 16MiB, at most 4095 files
let efs = EasyFileSystem::create(
block_file.clone(),
block_file,
16 * 2048,
1,
);