Most code that calls vm_object_allocate() assumes that the allocation will
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 11 Nov 2003 01:35:36 +0000 (01:35 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 11 Nov 2003 01:35:36 +0000 (01:35 +0000)
commitc97ef8996cfcc464806195508f8e73e280da1f47
tree21cd83bb458be0a3f59c901501ba4cf7a4e6b334
parente527d161794dfa690075f84e095f1ac9f3d2d93a
Most code that calls vm_object_allocate() assumes that the allocation will
succeed.  Set the flag to cause the VM object zone to panic if it is unable
to allocate a VM object (so we don't get incomprehensible fatal null pointer
traps in the kernel).
sys/vm/vm_object.c