Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Konrad Schroder <perseant@netbsd.org>
List: source-changes
Date: 11/06/1999 12:33:07
Module Name:	syssrc
Committed By:	perseant
Date:		Sat Nov  6 20:33:06 UTC 1999

Modified Files:
	syssrc/sys/ufs/lfs: lfs.h lfs_alloc.c lfs_bio.c lfs_segment.c
	    lfs_vfsops.c lfs_vnops.c

Log Message:
Address ufs_hashlock/ufs_ihashins protocol bug, discovered while doing a
post-mortem of a production machine.  Also, take the active dirop
count off of the fs and make it global (since it is measuring a global
resource) and tie the threshold value LFS_MAXDIROP to desiredvnodes.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 syssrc/sys/ufs/lfs/lfs.h
cvs rdiff -r1.25 -r1.26 syssrc/sys/ufs/lfs/lfs_alloc.c
cvs rdiff -r1.12 -r1.13 syssrc/sys/ufs/lfs/lfs_bio.c
cvs rdiff -r1.31 -r1.32 syssrc/sys/ufs/lfs/lfs_segment.c
cvs rdiff -r1.40 -r1.41 syssrc/sys/ufs/lfs/lfs_vfsops.c
cvs rdiff -r1.30 -r1.31 syssrc/sys/ufs/lfs/lfs_vnops.c

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