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.