nothing much
This commit is contained in:
parent
4f14d8d1e5
commit
6389d9d410
3 changed files with 5 additions and 3 deletions
2
fs.c
2
fs.c
|
@ -190,7 +190,7 @@ static struct inode* iget(uint dev, uint inum);
|
|||
|
||||
//PAGEBREAK!
|
||||
// Allocate an inode on device dev.
|
||||
// Give it type type.
|
||||
// Mark it as allocated by giving it type type.
|
||||
// Returns an unlocked but allocated and referenced inode.
|
||||
struct inode*
|
||||
ialloc(uint dev, short type)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue