diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-06-20 20:41:12 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-06-20 20:41:12 +0000 |
commit | 52505681905dd261058d22f5d8a89ca8891eacba (patch) | |
tree | 720c291ea2aa3b1e6002ead2556abc6c3e6ea572 /libdiskfs | |
parent | a9814c69accd6b0ce19100a4b219890408d2c7e1 (diff) |
Formerly node-make.c.~8~
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/node-make.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libdiskfs/node-make.c b/libdiskfs/node-make.c index 5db4f5fe..391ba3c2 100644 --- a/libdiskfs/node-make.c +++ b/libdiskfs/node-make.c @@ -36,6 +36,8 @@ diskfs_make_node (struct disknode *dn) np->references = 1; np->light_references = 0; np->owner = 0; + + np->dirmod_reqs = 0; fshelp_init_trans_link (&np->translator); ioserver_initialize_conch (&np->conch, &np->lock); |