summaryrefslogtreecommitdiff
path: root/sys/nfs/nfs_bio.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/nfs/nfs_bio.c')
-rw-r--r--sys/nfs/nfs_bio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfs/nfs_bio.c b/sys/nfs/nfs_bio.c
index 563389102396..cb9ae16223df 100644
--- a/sys/nfs/nfs_bio.c
+++ b/sys/nfs/nfs_bio.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_bio.c 8.9 (Berkeley) 3/30/95
- * $Id: nfs_bio.c,v 1.58 1998/06/01 11:32:53 peter Exp $
+ * $Id: nfs_bio.c,v 1.59 1998/06/14 15:51:59 bde Exp $
*/
@@ -173,7 +173,7 @@ nfs_getpages(ap)
vm_page_activate(m);
else
vm_page_deactivate(m);
- PAGE_WAKEUP(m);
+ vm_page_wakeup(m);
} else {
vnode_pager_freepage(m);
}