aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_fault.c
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>1999-02-25 06:00:52 +0000
committerAlan Cox <alc@FreeBSD.org>1999-02-25 06:00:52 +0000
commit14286e5e8f916152f9360663f3373fdf1a6fbc4e (patch)
tree0a2091a177189944b9b43a1c4a593c12733a1c80 /sys/vm/vm_fault.c
parent82e5072fcd3a64a7c1bb8614b10bfc6695853a32 (diff)
Notes
Diffstat (limited to 'sys/vm/vm_fault.c')
-rw-r--r--sys/vm/vm_fault.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/vm/vm_fault.c b/sys/vm/vm_fault.c
index d453f7f48cc0b..047f10f6cbe6d 100644
--- a/sys/vm/vm_fault.c
+++ b/sys/vm/vm_fault.c
@@ -66,7 +66,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_fault.c,v 1.99 1999/02/07 21:48:21 dillon Exp $
+ * $Id: vm_fault.c,v 1.100 1999/02/17 09:08:29 dillon Exp $
*/
/*
@@ -554,8 +554,9 @@ readrest:
if ((fs.m->flags & PG_ZERO) == 0) {
vm_page_zero_fill(fs.m);
- cnt.v_ozfod++;
}
+ else
+ cnt.v_ozfod++;
cnt.v_zfod++;
break; /* break to PAGE HAS BEEN FOUND */
} else {