aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/msdosfs/denode.h
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-05-17 18:00:45 +0000
committerBruce Evans <bde@FreeBSD.org>1998-05-17 18:00:45 +0000
commit84de3fb77dfb77e0e2cc5319d8e23efbaa9a0169 (patch)
treeca4055002f46e338d4271ea6284542702032077c /sys/fs/msdosfs/denode.h
parentcf4b29e405024c5d1262891c4b8e7206d15a6385 (diff)
Removed vestiges of pre-Lite2 locking.
Notes
Notes: svn path=/head/; revision=36122
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 2b9d63698f22..16220e54f4ef 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*/