Date: Tue, 7 Mar 1995 11:04:12 -0800 From: David Greenman <davidg> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/vm vnode_pager.c Message-ID: <199503071904.LAA22066@freefall.cdrom.com>
next in thread | raw e-mail | index | archive | help
davidg 95/03/07 11:04:12 Modified: sys/kern vfs_subr.c Log: Put VAGE vnodes at the head of the free list. Modified: sys/sys vnode.h Log: Added a new flag "VAGE" to indicate that the vnode should go on the head of the free list. Modified: sys/vm vnode_pager.c Log: Set VAGE flag when pager is destroyed. This usually happens when an object has fallen off the end of the cached list - this is likely the last reference to the vnode and it should be reused before non file vnodes that are already on the free list (VDIR mostly).
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503071904.LAA22066>