Subject: PR/37109 CVS commit: src/sys/uvm
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Juergen Hannken-Illjes <hannken@netbsd.org>
List: netbsd-bugs
Date: 10/15/2007 08:15:05
The following reply was made to PR kern/37109; it has been noted by GNATS.

From: Juergen Hannken-Illjes <hannken@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/37109 CVS commit: src/sys/uvm
Date: Mon, 15 Oct 2007 08:12:14 +0000 (UTC)

 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.