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

看板DFBSD_commit作者時間16年前 (2009/12/27 17:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1BDocOBx (DFBSD_commit)