diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-07 21:13:49 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-07 21:13:49 +0000 |
commit | b5a24c19d95c8f34185da0cef998ca9d8f27df9c (patch) | |
tree | 85403002e14b3744097c4f408fb2ec1dcab1f2ad /libdiskfs/peropen-make.c | |
parent | 7dc48d0587a839cb1e377d99daf0f68c232dba58 (diff) |
Formerly peropen-make.c.~2~
Diffstat (limited to 'libdiskfs/peropen-make.c')
-rw-r--r-- | libdiskfs/peropen-make.c | 2 |
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; |