diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-09-23 21:50:32 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-09-23 21:50:32 +0000 |
commit | 8a847cdca4840b9834994782789b1e4f69749ae3 (patch) | |
tree | 05253666339dce40c0d82600952b36d54c095b39 | |
parent | 7d0599b3ffb4a08bfdcdaf8e0383f05c58517b51 (diff) |
Formerly inode.c.~38~
-rw-r--r-- | ufs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ufs/inode.c b/ufs/inode.c index d5c17e99..e5e74736 100644 --- a/ufs/inode.c +++ b/ufs/inode.c @@ -17,7 +17,6 @@ #include "ufs.h" #include "dinode.h" -#include "fs.h" #include <string.h> #include <unistd.h> #include <stdio.h> @@ -73,6 +72,7 @@ iget (ino_t inum, struct node **npp) dn->dirents = 0; rwlock_init (&dn->allocptrlock); + dn->dirty = 0; dn->fileinfo = 0; np = diskfs_make_node (dn); |