diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2019-08-29 07:50:25 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2019-08-29 07:50:25 +0000 |
| commit | 6470c8d3db6d04a44682b6cc898d446dcccc0ef0 (patch) | |
| tree | 2fc4324bd522bff392719980dcc1108071541a16 /sys/vm/vm_object.h | |
| parent | 16040222487c9205dc23926f74ecd020858bd803 (diff) | |
Notes
Diffstat (limited to 'sys/vm/vm_object.h')
| -rw-r--r-- | sys/vm/vm_object.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h index 8625e1022ca4..3910e3d19528 100644 --- a/sys/vm/vm_object.h +++ b/sys/vm/vm_object.h @@ -189,7 +189,6 @@ struct vm_object { #define OBJ_TMPFS_DIRTY 0x0400 /* dirty tmpfs obj */ #define OBJ_COLORED 0x1000 /* pg_color is defined */ #define OBJ_ONEMAPPING 0x2000 /* One USE (a single, non-forked) mapping flag */ -#define OBJ_DISCONNECTWNT 0x4000 /* disconnect from vnode wanted */ #define OBJ_TMPFS 0x8000 /* has tmpfs vnode allocated */ /* |
