kernel - Correct wire count statistics
authorMatthew Dillon <dillon@apollo.backplane.com>
Sun, 20 Nov 2011 20:21:19 +0000 (12:21 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sun, 20 Nov 2011 20:21:19 +0000 (12:21 -0800)
commit3ae0c654ce1c3e2784734eb3e211be8fece9d0da
treec21a2d0e76de50a4a5475b4168f7f3c441f27254
parent9d494b34e44c5bbfd2bfa5f9cdac3e0353e38838
kernel - Correct wire count statistics

* When wiring pages for the dma pool we also have to increment
  vmstats.v_wire_count to match the later return of the pages
  to the free pool which decrements it.

Reported-by: lentferj
sys/vm/vm_page.c