aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_object.h
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>2003-08-12 20:10:32 +0000
committerAlan Cox <alc@FreeBSD.org>2003-08-12 20:10:32 +0000
commitc759a3ca06303d9297cfec306429941e95316206 (patch)
treebef56df06a11e581099a3dcea6cc09d3b0bbe4e4 /sys/vm/vm_object.h
parentc98a31cad3be5e324706ef5df99da87bcb688f47 (diff)
Notes
Diffstat (limited to 'sys/vm/vm_object.h')
-rw-r--r--sys/vm/vm_object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h
index d07f183e0d99b..aac12b9f5cdd4 100644
--- a/sys/vm/vm_object.h
+++ b/sys/vm/vm_object.h
@@ -96,8 +96,8 @@ struct vm_object {
LIST_ENTRY(vm_object) shadow_list; /* chain of shadow objects */
TAILQ_HEAD(, vm_page) memq; /* list of resident pages */
vm_page_t root; /* root of the resident page splay tree */
- int generation; /* generation ID */
vm_pindex_t size; /* Object size */
+ int generation; /* generation ID */
int ref_count; /* How many refs?? */
int shadow_count; /* how many objects that this is a shadow for */
objtype_t type; /* type of pager */