summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_object.h
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>1999-07-16 05:11:37 +0000
committeralc <alc@FreeBSD.org>1999-07-16 05:11:37 +0000
commitab1033c8353731697f2c1ba3aa4908375a5b3d3c (patch)
treeef7b2cbbb06f9e299d92f27601f4b9f412881242 /sys/vm/vm_object.h
parent7e710934a0b5e0debab4f9edb0e2eed6318a7eaa (diff)
downloadFreeBSD-src-ab1033c8353731697f2c1ba3aa4908375a5b3d3c.zip
FreeBSD-src-ab1033c8353731697f2c1ba3aa4908375a5b3d3c.tar.gz
Remove vm_object::last_read. It is used by the old swap pager, but
not by the new one, i.e., vm/swap_pager.c rev 1.108. Reviewed by: dillon@backplane.com
Diffstat (limited to 'sys/vm/vm_object.h')
-rw-r--r--sys/vm/vm_object.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h
index a311ddf..86bbaa8 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.56 1999/06/20 21:47:01 alc Exp $
+ * $Id: vm_object.h,v 1.57 1999/07/10 18:29:18 alc Exp $
*/
/*
@@ -102,7 +102,6 @@ struct vm_object {
int resident_page_count; /* number of resident pages */
struct vm_object *backing_object; /* object that I'm a shadow of */
vm_ooffset_t backing_object_offset;/* Offset in backing object */
- vm_offset_t last_read; /* last read in object -- detect seq behavior */
TAILQ_ENTRY(vm_object) pager_object_list; /* list of all objects of this pager type */
void *handle;
union {
OpenPOWER on IntegriCloud