看板 DFBSD_commit 關於我們 聯絡資訊
commit 497524bf7280284244d1206da3aabb105ee3b926 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Tue Apr 5 21:36:12 2011 -0700 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. Summary of changes: sys/sys/eventhandler.h | 2 ++ sys/vm/vm_swapcache.c | 24 +++++++++++++++++++++++- 2 files changed, 25 insertions(+), 1 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/497524bf7280284244d1206da3aabb105ee3b926 -- DragonFly BSD source repository