diff options
| -rw-r--r-- | fs.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| @@ -359,6 +359,8 @@ bmap(struct inode *ip, uint bn, int alloc)  }  // Truncate inode (discard contents). +// Only called after the last dirent referring +// to this inode has been erased on disk.  static void  itrunc(struct inode *ip)  { | 
