Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/uvm



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@localhost>


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.




Home | Main Index | Thread Index | Old Index