Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/yamt-pagecache]: src/sys/nfs update after radixtree.h api changes
details: https://anonhg.NetBSD.org/src/rev/9dcf8bbffb13
branches: yamt-pagecache
changeset: 770840:9dcf8bbffb13
user: yamt <yamt%NetBSD.org@localhost>
date: Sat Nov 26 15:37:50 2011 +0000
description:
update after radixtree.h api changes
diffstat:
sys/nfs/nfs_subs.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r af673fe2d414 -r 9dcf8bbffb13 sys/nfs/nfs_subs.c
--- a/sys/nfs/nfs_subs.c Sat Nov 26 15:19:06 2011 +0000
+++ b/sys/nfs/nfs_subs.c Sat Nov 26 15:37:50 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: nfs_subs.c,v 1.221.2.2 2011/11/06 22:05:01 yamt Exp $ */
+/* $NetBSD: nfs_subs.c,v 1.221.2.3 2011/11/26 15:37:50 yamt Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -70,7 +70,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nfs_subs.c,v 1.221.2.2 2011/11/06 22:05:01 yamt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nfs_subs.c,v 1.221.2.3 2011/11/26 15:37:50 yamt Exp $");
#ifdef _KERNEL_OPT
#include "opt_nfs.h"
@@ -1763,7 +1763,7 @@
uvm_page_array_init(&a);
off = 0;
while ((pg = uvm_page_array_fill_and_peek(&a, &vp->v_uobj, off,
- false)) != NULL) {
+ 0, 0)) != NULL) {
pg->flags &= ~PG_NEEDCOMMIT;
uvm_page_array_advance(&a);
off = pg->offset + PAGE_SIZE;
Home |
Main Index |
Thread Index |
Old Index