aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_object.h
diff options
context:
space:
mode:
authorMatthew Dillon <dillon@FreeBSD.org>1999-12-12 03:19:33 +0000
committerMatthew Dillon <dillon@FreeBSD.org>1999-12-12 03:19:33 +0000
commit4f79d873c19c33d2b41899b5a0a2672e858e2051 (patch)
tree0b3e6a3e45e7ec9c304d18652b63808c21eae649 /sys/vm/vm_object.h
parent8828590563b92b41a478c67c5905a37a525a2f04 (diff)
Notes
Diffstat (limited to 'sys/vm/vm_object.h')
-rw-r--r--sys/vm/vm_object.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h
index 315cedb1e47d9..165e0e1a8ba5d 100644
--- a/sys/vm/vm_object.h
+++ b/sys/vm/vm_object.h
@@ -153,8 +153,9 @@ struct vm_object {
#ifdef KERNEL
-#define OBJPC_SYNC 0x1 /* sync I/O */
-#define OBJPC_INVAL 0x2 /* invalidate */
+#define OBJPC_SYNC 0x1 /* sync I/O */
+#define OBJPC_INVAL 0x2 /* invalidate */
+#define OBJPC_NOSYNC 0x4 /* skip if PG_NOSYNC */
TAILQ_HEAD(object_q, vm_object);