]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove a window during running down a file vnode. Also, the OBJ_DEAD
authordyson <dyson@FreeBSD.org>
Sun, 22 Jun 1997 03:00:24 +0000 (03:00 +0000)
committerdyson <dyson@FreeBSD.org>
Sun, 22 Jun 1997 03:00:24 +0000 (03:00 +0000)
commit8786565a8667416801e00e004b227ee27c2656c9
treeb024e0ecb8b4cb1cda6670f0f4deba38f23f97ba
parent9aa9d790d1364010763c386c6c004018a9fc1f68
Remove a window during running down a file vnode.  Also, the OBJ_DEAD
flag wasn't being respected during vref(), et. al.  Note that this
isn't the eventual fix for the locking problem.  Fine grained SMP
in the VM and VFS code will require (lots) more work.
sys/kern/vfs_export.c
sys/kern/vfs_subr.c
sys/vm/vm_object.c