Module Name: src
Committed By: yamt
Date: Sat Nov 26 15:37:51 UTC 2011
Modified Files:
src/sys/nfs [yamt-pagecache]: nfs_subs.c
Log Message:
update after radixtree.h api changes
To generate a diff of this commit:
cvs rdiff -u -r1.221.2.2 -r1.221.2.3 src/sys/nfs/nfs_subs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/nfs/nfs_subs.c
diff -u src/sys/nfs/nfs_subs.c:1.221.2.2 src/sys/nfs/nfs_subs.c:1.221.2.3
--- src/sys/nfs/nfs_subs.c:1.221.2.2 Sun Nov 6 22:05:01 2011
+++ src/sys/nfs/nfs_subs.c Sat Nov 26 15:37:50 2011
@@ -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 @@ nfs_clearcommit(struct mount *mp)
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;