projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bb8ca4
)
Update spacing.
author
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 21 Jun 2005 01:26:44 +0000
(
01:26
+0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 21 Jun 2005 01:26:44 +0000
(
01:26
+0000)
src/filesys/inode.c
patch
|
blob
|
history
diff --git
a/src/filesys/inode.c
b/src/filesys/inode.c
index 98dd36a1a9e5c62a537b2316d3b67bcd753f796d..777138b10f479530cb3daed59c5b331e2af1050a 100644
(file)
--- a/
src/filesys/inode.c
+++ b/
src/filesys/inode.c
@@
-162,7
+162,7
@@
inode_close (struct inode *inode)
{
/* Remove from inode list and release lock. */
list_remove (&inode->elem);
-
+
/* Deallocate blocks if removed. */
if (inode->removed)
{