summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1998-09-04 08:06:57 +0000
committerdfr <dfr@FreeBSD.org>1998-09-04 08:06:57 +0000
commite2df972eb1b251e9321868d79ea5c26d4b32b6e4 (patch)
tree011702a89ef99411c684cf6ed0c61fefe352afa6 /sys/nfsclient
parent4b6b0ee13a6e4197844609d59260d369def5c4a2 (diff)
downloadFreeBSD-src-e2df972eb1b251e9321868d79ea5c26d4b32b6e4.zip
FreeBSD-src-e2df972eb1b251e9321868d79ea5c26d4b32b6e4.tar.gz
Cosmetic changes to the PAGE_XXX macros to make them consistent with
the other objects in vm.
Diffstat (limited to 'sys/nfsclient')
-rw-r--r--sys/nfsclient/nfs_bio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfsclient/nfs_bio.c b/sys/nfsclient/nfs_bio.c
index 5633891..cb9ae16 100644
--- a/sys/nfsclient/nfs_bio.c
+++ b/sys/nfsclient/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);
}
OpenPOWER on IntegriCloud