summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_object.h
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2013-02-07 11:36:34 +0000
committerattilio <attilio@FreeBSD.org>2013-02-07 11:36:34 +0000
commit12b7890c27a6990cdce56b29e6b9e7a42ead101f (patch)
tree2256d03eecf1fc27ad2cb3d3c5c94ac8a53970fe /sys/vm/vm_object.h
parentbe8508a7fbc6f73b977c17087fb18c8f8e3ad4db (diff)
downloadFreeBSD-src-12b7890c27a6990cdce56b29e6b9e7a42ead101f.zip
FreeBSD-src-12b7890c27a6990cdce56b29e6b9e7a42ead101f.tar.gz
Reduce differences with HEAD.
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 9e86307..be454f5 100644
--- a/sys/vm/vm_object.h
+++ b/sys/vm/vm_object.h
@@ -103,7 +103,6 @@ struct vm_object {
LIST_ENTRY(vm_object) shadow_list; /* chain of shadow objects */
TAILQ_HEAD(, vm_page) memq; /* list of resident pages */
struct vm_radix rtree; /* root of the resident page radix trie*/
- struct vm_radix cache; /* (o + f) root of the cache page radix trie */
vm_pindex_t size; /* Object size */
int generation; /* generation ID */
int ref_count; /* How many refs?? */
@@ -118,6 +117,7 @@ struct vm_object {
vm_ooffset_t backing_object_offset;/* Offset in backing object */
TAILQ_ENTRY(vm_object) pager_object_list; /* list of all objects of this pager type */
LIST_HEAD(, vm_reserv) rvq; /* list of reservations */
+ struct vm_radix cache; /* (o + f) root of the cache page radix trie */
void *handle;
union {
/*
OpenPOWER on IntegriCloud