Subject: CVS commit: syssrc/sys
To: None <source-changes@netbsd.org>
From: Konrad Schroder <perseant@netbsd.org>
List: source-changes
Date: 05/21/2002 01:50:59
Module Name:	syssrc
Committed By:	perseant
Date:		Mon May 20 22:50:59 UTC 2002

Modified Files:
	syssrc/sys/kern: vfs_subr.c
	syssrc/sys/ufs/lfs: lfs_segment.c

Log Message:
Protect v_freelist with splbio(), since HOLDRELE can be called in
interrupt context (through brelvp).  (LFS may be the only subsystem
affected by this problem.)

Tested on i386.


To generate a diff of this commit:
cvs rdiff -r1.173 -r1.174 syssrc/sys/kern/vfs_subr.c
cvs rdiff -r1.75 -r1.76 syssrc/sys/ufs/lfs/lfs_segment.c

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