Removed vestiges of pre-Lite2 locking.

This commit is contained in:
bde 1998-05-17 18:00:45 +00:00
parent b01a796680
commit 43a6b5d9ba
4 changed files with 4 additions and 8 deletions

View File

@ -1,4 +1,4 @@
/* $Id: denode.h,v 1.14 1997/10/17 12:36:16 phk Exp $ */
/* $Id: denode.h,v 1.15 1998/02/18 09:28:26 jkh Exp $ */
/* $NetBSD: denode.h,v 1.25 1997/11/17 15:36:28 ws Exp $ */
/*-
@ -148,7 +148,6 @@ struct denode {
int de_fndcnt; /* number of slots before de_fndoffset */
long de_refcnt; /* reference count */
struct msdosfsmount *de_pmp; /* addr of our mount struct */
struct lockf *de_lockf; /* byte level lock list */
u_char de_Name[12]; /* name, from DOS directory entry */
u_char de_Attributes; /* attributes, from directory entry */
u_char de_CHun; /* Hundredth of second of CTime*/

View File

@ -1,4 +1,4 @@
/* $Id: msdosfs_denode.c,v 1.35 1998/04/04 13:25:55 phk Exp $ */
/* $Id: msdosfs_denode.c,v 1.36 1998/05/17 11:53:06 phk Exp $ */
/* $NetBSD: msdosfs_denode.c,v 1.28 1998/02/10 14:10:00 mrg Exp $ */
/*-
@ -254,7 +254,6 @@ deget(pmp, dirclust, diroffset, depp)
ldep->de_vnode = nvp;
ldep->de_flag = 0;
ldep->de_devvp = 0;
ldep->de_lockf = 0;
ldep->de_dev = dev;
ldep->de_dirclust = dirclust;
ldep->de_diroffset = diroffset;

View File

@ -1,4 +1,4 @@
/* $Id: denode.h,v 1.14 1997/10/17 12:36:16 phk Exp $ */
/* $Id: denode.h,v 1.15 1998/02/18 09:28:26 jkh Exp $ */
/* $NetBSD: denode.h,v 1.25 1997/11/17 15:36:28 ws Exp $ */
/*-
@ -148,7 +148,6 @@ struct denode {
int de_fndcnt; /* number of slots before de_fndoffset */
long de_refcnt; /* reference count */
struct msdosfsmount *de_pmp; /* addr of our mount struct */
struct lockf *de_lockf; /* byte level lock list */
u_char de_Name[12]; /* name, from DOS directory entry */
u_char de_Attributes; /* attributes, from directory entry */
u_char de_CHun; /* Hundredth of second of CTime*/

View File

@ -1,4 +1,4 @@
/* $Id: msdosfs_denode.c,v 1.35 1998/04/04 13:25:55 phk Exp $ */
/* $Id: msdosfs_denode.c,v 1.36 1998/05/17 11:53:06 phk Exp $ */
/* $NetBSD: msdosfs_denode.c,v 1.28 1998/02/10 14:10:00 mrg Exp $ */
/*-
@ -254,7 +254,6 @@ deget(pmp, dirclust, diroffset, depp)
ldep->de_vnode = nvp;
ldep->de_flag = 0;
ldep->de_devvp = 0;
ldep->de_lockf = 0;
ldep->de_dev = dev;
ldep->de_dirclust = dirclust;
ldep->de_diroffset = diroffset;