Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 04/08/2001 19:51:52
Module Name:	syssrc
Committed By:	jdolecek
Date:		Sun Apr  8 16:51:52 UTC 2001

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

Log Message:
Remove superflous uvmfault_unlockmaps() in uvm_loan(), only call it
if uvm_loanentry() returned 0; otherwise, the unlocking would already
have been done by uvmfault_unlockall() call in  uvm_loanentry().
Okay'ed by Chuck Silvers


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 syssrc/sys/uvm/uvm_loan.c

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