summaryrefslogtreecommitdiff
path: root/libdiskfs/peropen-make.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-02-07 21:13:49 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-02-07 21:13:49 +0000
commitb5a24c19d95c8f34185da0cef998ca9d8f27df9c (patch)
tree85403002e14b3744097c4f408fb2ec1dcab1f2ad /libdiskfs/peropen-make.c
parent7dc48d0587a839cb1e377d99daf0f68c232dba58 (diff)
Formerly peropen-make.c.~2~
Diffstat (limited to 'libdiskfs/peropen-make.c')
-rw-r--r--libdiskfs/peropen-make.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/peropen-make.c b/libdiskfs/peropen-make.c
index f8a83a58..6bb4c75f 100644
--- a/libdiskfs/peropen-make.c
+++ b/libdiskfs/peropen-make.c
@@ -25,7 +25,7 @@ diskfs_make_peropen (struct node *np, int flags)
struct peropen *po = malloc (sizeof (struct peropen));
diskfs_nref (np);
po->filepointer = 0;
- po->flock_status = LOCK_UN;
+ po->lock_status = LOCK_UN;
po->refcnt = 0;
po->openstat = flags;
po->np = np;