diff options
| author | Justin T. Gibbs <gibbs@FreeBSD.org> | 1995-01-05 16:22:17 +0000 |
|---|---|---|
| committer | Justin T. Gibbs <gibbs@FreeBSD.org> | 1995-01-05 16:22:17 +0000 |
| commit | ff2e6a8b6fd3f50fffb98adaed0cd0e7cd203965 (patch) | |
| tree | 49cc34772badc8c3cfc22bc8d041d61d28c2d7ec | |
| parent | ac2c5287718324cad2ef76251733220578fdba69 (diff) | |
Notes
| -rw-r--r-- | sys/sys/vnode.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h index 45cd6eb1862a..a4fb57fe4dc1 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.13 1994/10/21 01:19:23 wollman Exp $ + * $Id: vnode.h,v 1.14 1994/11/14 13:51:53 bde Exp $ */ #ifndef _SYS_VNODE_H_ @@ -116,6 +116,7 @@ struct vnode { #define VALIASED 0x0800 /* vnode has an alias */ #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 */ /* * Vnode attributes. A field value of VNOVAL represents a field whose value |
