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 | 3f39cf3d955331c1b45a339a355721f366d0655c (patch) | |
tree | f1adc372d1cb19a6d4fc77a0fb9ad4fce7e34816 | |
parent | d803ca4fd313c88889588356387eca92b0b8ba14 (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); |