cvs commit: src/sys/vm vm_object.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Nov 10 17:36:36 PST 2003
dillon 2003/11/10 17:35:36 PST
DragonFly src repository
Modified files:
sys/vm vm_object.c
Log:
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).
Revision Changes Path
1.12 +3 -2 src/sys/vm/vm_object.c
http://www.dragonflybsd.org/cvsweb/src/sys/vm/vm_object.c.diff?r1=1.11&r2=1.12&f=h
More information about the Commits
mailing list