DragonFly BSD
DragonFly commits List (threaded) for 2009-12
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 27 Dec 2009 01:10:08 -0800 (PST)

commit 2779ba31bcfd45ef96770fb95832fe987dcd12a4
Author: Matthew Dillon <dillon@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]