summaryrefslogtreecommitdiff
path: root/sys/nfs/nfs_serv.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1996-06-08 12:16:26 +0000
committerBruce Evans <bde@FreeBSD.org>1996-06-08 12:16:26 +0000
commit39a3579443420e06316be0c0604dee50df49f10f (patch)
tree4ada661c2b6fd1534793d18f033d883af9c93433 /sys/nfs/nfs_serv.c
parentb56977de71307d8e4645b3383a156cbc76dd9b2b (diff)
Notes
Diffstat (limited to 'sys/nfs/nfs_serv.c')
-rw-r--r--sys/nfs/nfs_serv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/nfs/nfs_serv.c b/sys/nfs/nfs_serv.c
index e7aba253e471..a67334959abe 100644
--- a/sys/nfs/nfs_serv.c
+++ b/sys/nfs/nfs_serv.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_serv.c 8.3 (Berkeley) 1/12/94
- * $Id: nfs_serv.c,v 1.28 1996/01/13 23:27:48 phk Exp $
+ * $Id: nfs_serv.c,v 1.29 1996/04/30 23:23:07 bde Exp $
*/
/*
@@ -1907,6 +1907,7 @@ out:
nqsrv_getl(tvp, ND_WRITE);
if ((tvp->v_flag & VVMIO) && tvp->v_object)
deallocobjto = 1;
+ (void) vnode_pager_uncache(tvp);
}
if ((fvp->v_flag & VVMIO) && fvp->v_object)
deallocobjfrom = 1;