summaryrefslogtreecommitdiff
path: root/sys/ntfs/ntfs_ihash.h
diff options
context:
space:
mode:
authorOwain Ainsworth <oga@cvs.openbsd.org>2009-03-25 20:39:48 +0000
committerOwain Ainsworth <oga@cvs.openbsd.org>2009-03-25 20:39:48 +0000
commitefbfaaed2c7070538de119fea25ada30095496f1 (patch)
treeeda5c7ed1d69d58242f8d411d7db55a452462d22 /sys/ntfs/ntfs_ihash.h
parent2a71b54c6f8b74d5549599108f0af6eda8a16b57 (diff)
convert lockmgr over to rwlock in ntfs, mostly trivial.
Tested by a couple of people, no regressions.
Diffstat (limited to 'sys/ntfs/ntfs_ihash.h')
-rw-r--r--sys/ntfs/ntfs_ihash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ntfs/ntfs_ihash.h b/sys/ntfs/ntfs_ihash.h
index 01c8fc3587a..a72835709ab 100644
--- a/sys/ntfs/ntfs_ihash.h
+++ b/sys/ntfs/ntfs_ihash.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ntfs_ihash.h,v 1.3 2003/05/20 03:36:42 tedu Exp $ */
+/* $OpenBSD: ntfs_ihash.h,v 1.4 2009/03/25 20:39:47 oga Exp $ */
/* $NetBSD: ntfs_ihash.h,v 1.1 2002/12/23 17:38:32 jdolecek Exp $ */
/*-
@@ -29,7 +29,7 @@
* Id: ntfs_ihash.h,v 1.3 1999/05/12 09:42:59 semenu Exp
*/
-extern struct lock ntfs_hashlock;
+extern struct rwlock ntfs_hashlock;
void ntfs_nthashinit(void);
void ntfs_nthashreinit(void);
void ntfs_nthashdone(void);