Put filewrite in its own column

This commit is contained in:
Austin Clements 2011-09-02 15:35:34 -04:00
parent 7d9ee3b833
commit e76dab4fd7
1 changed files with 1 additions and 0 deletions

1
file.c
View File

@ -107,6 +107,7 @@ fileread(struct file *f, char *addr, int n)
panic("fileread");
}
//PAGEBREAK!
// Write to file f. Addr is kernel address.
int
filewrite(struct file *f, char *addr, int n)