diff options
author | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2007-04-12 22:02:58 +0000 |
---|---|---|
committer | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2007-04-12 22:02:58 +0000 |
commit | 12cedcbc559e597ed5f6a4fbe8e267492a950a77 (patch) | |
tree | 52cd0fda44be1a67e1d6905ce07fc48aa0b65089 /sys/ntfs/ntfs_inode.h | |
parent | 0003df26691626da39d85b2ee1accdeb534684b2 (diff) |
Remove the i_interlock simplelock from struct ntnode
Diffstat (limited to 'sys/ntfs/ntfs_inode.h')
-rw-r--r-- | sys/ntfs/ntfs_inode.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/ntfs/ntfs_inode.h b/sys/ntfs/ntfs_inode.h index 0ef54d38f46..63060e1d203 100644 --- a/sys/ntfs/ntfs_inode.h +++ b/sys/ntfs/ntfs_inode.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ntfs_inode.h,v 1.2 2003/05/20 03:23:12 mickey Exp $ */ +/* $OpenBSD: ntfs_inode.h,v 1.3 2007/04/12 22:02:57 thib Exp $ */ /* $NetBSD: ntfs_inode.h,v 1.1 2002/12/23 17:38:33 jdolecek Exp $ */ /*- @@ -74,7 +74,6 @@ struct ntnode { /* locking */ struct lock i_lock; - struct simplelock i_interlock; int i_usecount; LIST_HEAD(,fnode) i_fnlist; |