projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9bacb3
)
Comments.
author
Ben Pfaff
<blp@cs.stanford.edu>
Fri, 22 Oct 2004 16:30:53 +0000
(16:30 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Fri, 22 Oct 2004 16:30:53 +0000
(16:30 +0000)
src/filesys/filesys.c
patch
|
blob
|
history
diff --git
a/src/filesys/filesys.c
b/src/filesys/filesys.c
index 05df4cef911ce96547c4b9377b8338095b810de7..e16c4879e24c7f471f650b5346914387487f6e30 100644
(file)
--- a/
src/filesys/filesys.c
+++ b/
src/filesys/filesys.c
@@
-197,7
+197,8
@@
filesys_create (const char *name, off_t initial_size)
/* Opens a file named NAME and initializes FILE for usage with
the file_*() functions declared in file.h.
- Returns true if successful, false on failure.
+ Returns the new file if successful or a null pointer
+ otherwise.
Fails if no file named NAME exists,
or if an internal memory allocation fails. */
struct file *