diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h index a4fb57fe4dc1..dfb7214167c7 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