summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs/denode.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-05-17 18:00:45 +0000
committerbde <bde@FreeBSD.org>1998-05-17 18:00:45 +0000
commit43a6b5d9bad49881aaf137c31b8a004b27e10088 (patch)
treea47d8b580df38cf953edeef8d1ad9cba15d14cc5 /sys/fs/msdosfs/denode.h
parentb01a7966802d4c1c112d9b6d1f1dbe6b8069b249 (diff)
downloadFreeBSD-src-43a6b5d9bad49881aaf137c31b8a004b27e10088.zip
FreeBSD-src-43a6b5d9bad49881aaf137c31b8a004b27e10088.tar.gz
Removed vestiges of pre-Lite2 locking.
Diffstat (limited to 'sys/fs/msdosfs/denode.h')
-rw-r--r--sys/fs/msdosfs/denode.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/fs/msdosfs/denode.h b/sys/fs/msdosfs/denode.h
index 2b9d636..16220e5 100644
--- a/sys/fs/msdosfs/denode.h
+++ b/sys/fs/msdosfs/denode.h
@@ -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*/
OpenPOWER on IntegriCloud