Reactivate a vnode after associated it with deadfs after a forced unmount.
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 24 Oct 2007 21:56:41 +0000 (21:56 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 24 Oct 2007 21:56:41 +0000 (21:56 +0000)
commit64e0b2d38d3e08da760e3d01ded5b1cf7ad590b5
treebdd55b9a147f65744ef67c6db08bdc383fe4449a
parentc70a48dc811bbc9f16b33f75191b5fee5b482f0f
Reactivate a vnode after associated it with deadfs after a forced unmount.
This fixes numerous system panics that can occur due to the vnode's
unexpected change in state.

Submitted-by: "Nicolas Thery" <nthery@gmail.com>
sys/kern/vfs_subr.c