Fix an ordering issue, call vm_map_entry_reserve() prior to locking
authorHiten Pandya <hmp@dragonflybsd.org>
Mon, 13 Oct 2003 07:03:40 +0000 (07:03 +0000)
committerHiten Pandya <hmp@dragonflybsd.org>
Mon, 13 Oct 2003 07:03:40 +0000 (07:03 +0000)
commit2511e13f75ee31ae9170fbf179428839253a45f9
tree799c2765e803572b13d6392b758ef68a43c0d1c3
parent510931cde0f916644915011c1350588548a5e39d
Fix an ordering issue, call vm_map_entry_reserve() prior to locking
the map.

Noticed by: Matt
sys/vm/vm_page.c