aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_object.c
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>1999-07-16 05:11:37 +0000
committerAlan Cox <alc@FreeBSD.org>1999-07-16 05:11:37 +0000
commit9b21395a95221e6a139ae1ce75c7eba06affebc8 (patch)
tree806c2f2f0638b17197a11a398423cb561bb13d35 /sys/vm/vm_object.c
parent850013034a83e938897de7908bd6a6a46375c5ee (diff)
Notes
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 d29b92b6570b..2df7e2accdcd 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);