You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments