git: kernel - Add shutdown method for vm.swapcache

Matthew Dillon dillon at crater.dragonflybsd.org
Tue Apr 5 21:43:12 PDT 2011


commit 497524bf7280284244d1206da3aabb105ee3b926
Author: Matthew Dillon <dillon at 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





More information about the Commits mailing list