Date: Sat, 21 Jun 1997 20:00:25 -0700 (PDT) From: John Dyson <dyson@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_subr.c src/sys/vm vm_object.c Message-ID: <199706220300.UAA10252@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dyson 1997/06/21 20:00:24 PDT Modified files: sys/kern vfs_subr.c sys/vm vm_object.c Log: 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. Revision Changes Path 1.88 +24 -15 src/sys/kern/vfs_subr.c 1.93 +4 -1 src/sys/vm/vm_object.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706220300.UAA10252>