summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_object.c
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.c
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.c')
-rw-r--r--sys/vm/vm_object.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c
index d29b92b..2df7e2a 100644
--- a/sys/vm/vm_object.c
+++ b/sys/vm/vm_object.c
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_object.c,v 1.158 1999/07/01 19:53:42 peter Exp $
+ * $Id: vm_object.c,v 1.159 1999/07/11 18:30:32 alc Exp $
*/
/*
@@ -175,7 +175,6 @@ _vm_object_allocate(type, size, object)
*/
object->hash_rand = object_hash_rand - 129;
- object->last_read = 0;
object->generation++;
TAILQ_INSERT_TAIL(&vm_object_list, object, object_list);
OpenPOWER on IntegriCloud