Subject: CVS commit: src/sys/fs/hfs
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 01/25/2008 20:49:15
Module Name:	src
Committed By:	ad
Date:		Fri Jan 25 20:49:15 UTC 2008

Modified Files:
	src/sys/fs/hfs: hfs_nhash.c hfs_vfsops.c

Log Message:
- Fix probelms with inode hash: make MPSAFE, don't allocate with held locks.
- Replace use of lockmgr().


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/fs/hfs/hfs_nhash.c
cvs rdiff -r1.14 -r1.15 src/sys/fs/hfs/hfs_vfsops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.