A virtual kernel can cause a vm_page's hold_count to exceed 32768. Make
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 2 Jul 2007 15:57:48 +0000 (15:57 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 2 Jul 2007 15:57:48 +0000 (15:57 +0000)
commit29a18051da8f1c8c066849a3984ea53a2b5aab0d
tree492ccb1d99ff71c4f78e57dc28b68fa980d8a3a7
parent2b41ad070b9b26fc70f1e089447d2af34687cf00
A virtual kernel can cause a vm_page's hold_count to exceed 32768.  Make
the field an int like it should have been in the first place.
sys/vm/vm_page.h