Subject: CVS commit: syssrc/sys
To: None <source-changes@netbsd.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 05/29/2002 14:04:41
Module Name:	syssrc
Committed By:	enami
Date:		Wed May 29 11:04:40 UTC 2002

Modified Files:
	syssrc/sys/miscfs/genfs: genfs_vnops.c
	syssrc/sys/uvm: uvm_loan.c uvm_page.c

Log Message:
Add missing pageq lock while uvm_pagefree() is called (either directly
or indirectly).  Reviewed by chuq.


To generate a diff of this commit:
cvs rdiff -r1.63 -r1.64 syssrc/sys/miscfs/genfs/genfs_vnops.c
cvs rdiff -r1.37 -r1.38 syssrc/sys/uvm/uvm_loan.c
cvs rdiff -r1.75 -r1.76 syssrc/sys/uvm/uvm_page.c

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