-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When we create symbolic link, in simplefs_new_inode function, the symbolic does not use ei_block to record the using block. But in simplefs_unlink functoin we use the ei_block to clean the bitmap, this makes the unlink will clean the "0" bit in bitmap. Close #58
- Loading branch information
1 parent
56d2ca0
commit dee5da3
Showing
2 changed files
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters