aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2007-04-05 20:49:46 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2007-04-05 20:49:46 +0000
commitfcdd9721e4f97fb0c8e6b6a26167b58a278f45df (patch)
treef41474e35b38d2161404c8b86c85dc1f1d8633bb
parent24c3c19e73ec174c0027f425e6002f67845ec24a (diff)
Notes
-rw-r--r--sys/vm/vm_fault.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/vm/vm_fault.c b/sys/vm/vm_fault.c
index 4b699c2f61b6..90ffa6fbbe5c 100644
--- a/sys/vm/vm_fault.c
+++ b/sys/vm/vm_fault.c
@@ -1244,6 +1244,8 @@ vm_fault_additional_pages(m, rbehind, rahead, marray, reqpage)
return 1;
}
+ cbehind = cahead = 0;
+
/*
* if the requested page is not available, then give up now
*/