diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 1998-09-04 08:06:57 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 1998-09-04 08:06:57 +0000 |
| commit | e69763a3151b74e75a43b96cd72caf47b12fc0db (patch) | |
| tree | f19b8ea8297cc14146ebb32b206e49786ba7262e /sys/nfs/nfs_bio.c | |
| parent | bd2bbbf2f32a6178c75a598b64d2d06aeebf1c69 (diff) | |
Notes
Diffstat (limited to 'sys/nfs/nfs_bio.c')
| -rw-r--r-- | sys/nfs/nfs_bio.c | 4 |
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); } |
