vkernel - Fix systat -vm 1
authorMatthew Dillon <dillon@apollo.backplane.com>
Tue, 8 Jul 2014 02:52:44 +0000 (19:52 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Tue, 8 Jul 2014 02:52:44 +0000 (19:52 -0700)
commit56a5e4ad110fb3012a3b734c8c3cd87235cf59d2
tree13905092519a495d2459bf06a53f1fc6125c32bf
parente4ca69a16ed1a4afc33ed80494b68269796cce5a
vkernel - Fix systat -vm 1

* Make the 'dirtybufspace' symbol global in the kernel so systat -vm 1
  run from userland under a vkernel can find it.  For some reason, vkernel
  builds lose static symbols that real-kernel builds don't have a problem
  with.

Reminded-by: tuxillo
sys/kern/vfs_bio.c