Disassociate the VM object after calling VOP_INACTIVE instead of before.
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 10 Jul 2006 04:42:56 +0000 (04:42 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 10 Jul 2006 04:42:56 +0000 (04:42 +0000)
commite3bc9a946e7ffca3547f30335cacc97951314196
tree507f6a0c17a8559adf829fc0219534ae04ad9b81
parentaab4a16259711ce514726d497de75219c93f086a
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