Subject: CVS commit: src/sys/uvm
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 04/18/2006 09:56:16
Module Name:	src
Committed By:	yamt
Date:		Tue Apr 18 09:56:16 UTC 2006

Modified Files:
	src/sys/uvm: uvm_loan.c

Log Message:
from Christian Ehrhardt:
* uvm_loanzero may call uvm_analloc which will return with anon->an_lock
  locked. This lock is never dropped by uvm_loanzero and AFAICS the caller
  doesn't drop it either.


To generate a diff of this commit:
cvs rdiff -r1.58 -r1.59 src/sys/uvm/uvm_loan.c

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