Disassociate the VM object after calling VOP_INACTIVE instead of before.
commit7a9af7de8ba0f69736678ba2cdbb643be6afa6a9
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 10 Jul 2006 04:42:56 +0000 (10 04:42 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 10 Jul 2006 04:42:56 +0000 (10 04:42 +0000)
treeebdd06ce1e25ff77a3ea3c67e0ff250796c422ad
parent8024a27fe1eec8c0a8c27e699665c68fcba37dfd
Disassociate the VM object after calling VOP_INACTIVE instead of before.
VOP_INACTIVE may have to do some work on the vnode that requires a
functional buffer cache.  For example, UFS may have to truncate a removed
file.
sys/kern/vfs_subr.c