Module Name: src Committed By: hannken Date: Thu Feb 17 14:39:51 UTC 2022
Modified Files: src/sys/kern: vfs_vnode.c Log Message: Do the space accounting before VOP_INACTIVE() so we may unlock the vnode after VOP_INCATIVE(). This was the last call from vrelel() to VOP_UNLOCK() with v_interlock held. To generate a diff of this commit: cvs rdiff -u -r1.132 -r1.133 src/sys/kern/vfs_vnode.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.