kernel - Add shutdown method for vm.swapcache
authorMatthew Dillon <dillon@apollo.backplane.com>
Wed, 6 Apr 2011 04:36:12 +0000 (21:36 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Wed, 6 Apr 2011 04:36:12 +0000 (21:36 -0700)
commit497524bf7280284244d1206da3aabb105ee3b926
tree121051e4d10891823f7aff4f2c5352ee64ba3fca
parentdfec479fbd286f4df35365df97174521a832ddc1
kernel - Add shutdown method for vm.swapcache

* Add shutdown methods for the swapcache to stop operations during a
  shutdown.  If not stopped swapcache operations can extend beyond the
  device shutdown and cause a crash.
sys/sys/eventhandler.h
sys/vm/vm_swapcache.c