From 79f7a9e1efa2ae2ae4565d2a564628d92ebef787 Mon Sep 17 00:00:00 2001 From: David Greenman Date: Tue, 7 Mar 1995 19:00:47 +0000 Subject: [PATCH] Added a new flag "VAGE" to indicate that the vnode should go on the head of the free list. --- sys/sys/vnode.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h index a4fb57fe4dc..dfb7214167c 100644 --- a/sys/sys/vnode.h +++ b/sys/sys/vnode.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)vnode.h 8.7 (Berkeley) 2/4/94 - * $Id: vnode.h,v 1.14 1994/11/14 13:51:53 bde Exp $ + * $Id: vnode.h,v 1.15 1995/01/05 16:22:17 gibbs Exp $ */ #ifndef _SYS_VNODE_H_ @@ -117,6 +117,7 @@ struct vnode { #define VDIROP 0x1000 /* LFS: vnode is involved in a directory op */ #define VVMIO 0x2000 /* VMIO flag */ #define VNINACT 0x4000 /* LFS: skip ufs_inactive() in lfs_vunref */ +#define VAGE 0x8000 /* Insert vnode at head of free list */ /* * Vnode attributes. A field value of VNOVAL represents a field whose value