Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Marc Horowitz <marc@netbsd.org>
List: source-changes
Date: 12/25/1998 22:25:59
Module Name:	src
Committed By:	marc
Date:		Sat Dec 26 06:25:59 UTC 1998

Modified Files:
	src/sys/uvm: uvm_swap.c
Log Message:
When a reference is made to a hole in a swap file, panic.  The optimal
thing would be to allocate the block, but I don't know how to do this.
The panic is preferable to the random memory corruption the old code
was causing.