git: kernel - fix panic on reboot when swap populated

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Feb 4 16:26:23 PST 2010


commit 7d3c02193be873b1bd2cc70f838bd8deb63f0be2
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Thu Feb 4 16:16:58 2010 -0800

    kernel - fix panic on reboot when swap populated
    
    * The swapvp does not have a v_mount so do not try to access
      the mount lock through it if v_mount is NULL.

Summary of changes:
 sys/kern/vfs_vopops.c |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7d3c02193be873b1bd2cc70f838bd8deb63f0be2


-- 
DragonFly BSD source repository





More information about the Commits mailing list