From efbfaaed2c7070538de119fea25ada30095496f1 Mon Sep 17 00:00:00 2001 From: Owain Ainsworth Date: Wed, 25 Mar 2009 20:39:48 +0000 Subject: convert lockmgr over to rwlock in ntfs, mostly trivial. Tested by a couple of people, no regressions. --- sys/ntfs/ntfs_ihash.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/ntfs/ntfs_ihash.h') 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); -- cgit v1.2.3