diff options
| author | John Dyson <dyson@FreeBSD.org> | 1996-08-21 21:56:23 +0000 |
|---|---|---|
| committer | John Dyson <dyson@FreeBSD.org> | 1996-08-21 21:56:23 +0000 |
| commit | 6476c0d204848007fc6da182e3935f01e267d77f (patch) | |
| tree | 07a76a1b97882ad9c1e3805d05f820bc976c60bd /sys/vm/vm_object.h | |
| parent | fe6869c2d0e28a9e4e6af9bcaf8f65506ac68e86 (diff) | |
Notes
Diffstat (limited to 'sys/vm/vm_object.h')
| -rw-r--r-- | sys/vm/vm_object.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h index 4cf72cbfde05..4484da6249f9 100644 --- a/sys/vm/vm_object.h +++ b/sys/vm/vm_object.h @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_object.h,v 1.27 1996/03/02 02:54:23 dyson Exp $ + * $Id: vm_object.h,v 1.28 1996/05/19 07:36:50 dyson Exp $ */ /* @@ -130,6 +130,7 @@ struct vm_object { #define OBJ_WRITEABLE 0x0080 /* object has been made writable */ #define OBJ_MIGHTBEDIRTY 0x0100 /* object might be dirty */ #define OBJ_CLEANING 0x0200 +#define OBJ_VFS_REF 0x0400 /* object is refed by vfs layer */ #define OBJ_NORMAL 0x0 /* default behavior */ |
