dillon 2006/07/09 21:42:56 PDT DragonFly src repository
Modified files:
sys/kern vfs_subr.c
Log:
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.
Revision Changes Path
1.90 +22 -12 src/sys/kern/vfs_subr.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_subr.c.diff?r1=1.89&r2=1.90&f=u
