Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 05/09/2001 22:21:03
Module Name: syssrc
Committed By: fvdl
Date: Wed May 9 19:21:02 UTC 2001
Modified Files:
syssrc/sys/uvm: uvm_swap.c
Log Message:
Avoid potential cases of sleeping while holding a spinlock. Pay attention
to SWF_FAKE when finding a swap device. GC swapdrum_add; it was only
a few lines long and called once, so just inline the code there.
To generate a diff of this commit:
cvs rdiff -r1.47 -r1.48 syssrc/sys/uvm/uvm_swap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.