vm_contig_pg_free() must busy the page before freeing it in the case
authorMatthew Dillon <dillon@dragonflybsd.org>
Fri, 3 Jun 2005 22:58:09 +0000 (22:58 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Fri, 3 Jun 2005 22:58:09 +0000 (22:58 +0000)
commitc6d888a391a2b42cb819370ecdeca604ba8004af
treed936d8f75a6a74e5a497a31cab99843bb5932c4f
parent81b862c255467db8a3fcec47ab38d48012c05c21
vm_contig_pg_free() must busy the page before freeing it in the case
of a contigmalloc failure.
sys/vm/vm_contig.c