diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-08-29 20:14:18 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-08-29 20:14:18 +0000 |
commit | 22e0d8473f89e19852d2b30d16347703f3b8617a (patch) | |
tree | eede8a508e133c555f94915a2420209b532a4dc2 /ufs/inode.c | |
parent | 409adee2a6f70eab316757db78e7d6be2d415e59 (diff) | |
download | hurd-22e0d8473f89e19852d2b30d16347703f3b8617a.tar.gz hurd-22e0d8473f89e19852d2b30d16347703f3b8617a.tar.bz2 hurd-22e0d8473f89e19852d2b30d16347703f3b8617a.zip |
*** empty log message ***
Diffstat (limited to 'ufs/inode.c')
-rw-r--r-- | ufs/inode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ufs/inode.c b/ufs/inode.c index ae323a8c..b06cb8d4 100644 --- a/ufs/inode.c +++ b/ufs/inode.c @@ -69,6 +69,7 @@ diskfs_cached_lookup (int inum, struct node **npp) dn->number = inum; dn->dirents = 0; + dn->dir_idx = 0; rwlock_init (&dn->allocptrlock); dn->dirty = 0; |