git: kernel - fix improper VOP_*() calls on dead vnode

Matthew Dillon dillon at crater.dragonflybsd.org
Sun Dec 27 01:11:21 PST 2009


commit 2779ba31bcfd45ef96770fb95832fe987dcd12a4
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sun Dec 27 01:06:48 2009 -0800

    kernel - fix improper VOP_*() calls on dead vnode
    
    * Certain degenerate cases were trying to make dead vnodes
      inactive.  Fixes vp->v_mount a panic.
    
    * It is possible that more such cases will leak out of the woodwork.
    
    Reported-by: Stathis Kamperis

Summary of changes:
 sys/kern/vfs_lock.c |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2779ba31bcfd45ef96770fb95832fe987dcd12a4


-- 
DragonFly BSD source repository





More information about the Commits mailing list