看板 DFBSD_commit 關於我們 聯絡資訊
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