Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/yamt-pagecache]: src/sys/uvm comment



details:   https://anonhg.NetBSD.org/src/rev/1f764a1892f9
branches:  yamt-pagecache
changeset: 770830:1f764a1892f9
user:      yamt <yamt%NetBSD.org@localhost>
date:      Mon Nov 14 14:22:28 2011 +0000

description:
comment

diffstat:

 sys/uvm/uvm_page_array.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 80bd79b6d830 -r 1f764a1892f9 sys/uvm/uvm_page_array.h
--- a/sys/uvm/uvm_page_array.h  Mon Nov 14 14:21:41 2011 +0000
+++ b/sys/uvm/uvm_page_array.h  Mon Nov 14 14:22:28 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uvm_page_array.h,v 1.1.2.2 2011/11/06 22:04:07 yamt Exp $      */
+/*     $NetBSD: uvm_page_array.h,v 1.1.2.3 2011/11/14 14:22:28 yamt Exp $      */
 
 /*-
  * Copyright (c)2011 YAMAMOTO Takashi,
@@ -43,7 +43,7 @@
  *     uvm_page_array_init(&ar);
  *     while ((pg = uvm_page_array_fill_and_peek(&ar, uobj, off, ....))
  *         != NULL) {
- *             nextoff = pg->offset + PAGE_SIZE;
+ *             off = pg->offset + PAGE_SIZE;
  *             do_something(pg);
  *             uvm_page_array_advance(&ar);
  *     }



Home | Main Index | Thread Index | Old Index