Subject: CVS commit: src/sys/uvm
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 09/18/2003 13:48:07
Module Name:	src
Committed By:	drochner
Date:		Thu Sep 18 13:48:07 UTC 2003

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

Log Message:
Fix a reversed logic in swap deallocation which could lead to
uvm_swap_free() being called with a zero slot; this might have been
the reason for crashes with sysvshm and heavy swapping.
(PR kern/22752 by Tom Spindler)
Confirmed by Chuck Silvers.


To generate a diff of this commit:
cvs rdiff -r1.60 -r1.61 src/sys/uvm/uvm_aobj.c

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