diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-08 19:00:27 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-08 19:00:27 +0000 |
commit | d1aa27b7d1965a4c637fa7b61904093c73bfe2bd (patch) | |
tree | 2188f5c8b9d78b09980eb670a2e457230e9d25a5 /libdiskfs/node-make.c | |
parent | d99a7ac3286b8070a000836d437ed4049e804e95 (diff) |
Formerly node-make.c.~5~
Diffstat (limited to 'libdiskfs/node-make.c')
-rw-r--r-- | libdiskfs/node-make.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libdiskfs/node-make.c b/libdiskfs/node-make.c index ef368663..590622b9 100644 --- a/libdiskfs/node-make.c +++ b/libdiskfs/node-make.c @@ -39,10 +39,6 @@ diskfs_make_node (struct disknode *dn) ioserver_initialize_conch (&np->conch, &np->lock); fshelp_lock_init (&np->userlock); - np->flock_type = LOCK_UN; - condition_init (&np->flockwait); - np->needflock = 0; - np->shlock_count = 0; return np; } |