Subject: CVS commit: src/sys/uvm
To: None <source-changes@NetBSD.org>
From: Juergen Hannken-Illjes <hannken@netbsd.org>
List: source-changes
Date: 10/15/2007 08:12:13
Module Name:	src
Committed By:	hannken
Date:		Mon Oct 15 08:12:13 UTC 2007

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

Log Message:
When swapping to a regular file use a workqueue to signal I/O completion.

VOP_STRATEGY() no longer gets called from interrupt context via
biodone() -> sw_reg_iodone() -> sw_reg_start().

Removes a deadlock condition reported in PR 37109.

Ok: YAMAMOTO Takashi <yamt@netbsd.org>


To generate a diff of this commit:
cvs rdiff -r1.129 -r1.130 src/sys/uvm/uvm_swap.c

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