diff options
| author | John Dyson <dyson@FreeBSD.org> | 1997-12-29 00:25:11 +0000 |
|---|---|---|
| committer | John Dyson <dyson@FreeBSD.org> | 1997-12-29 00:25:11 +0000 |
| commit | 2be70f79f6dcc03377819b327700531ce5455896 (patch) | |
| tree | e16c806fdb19ecadb7a3d2c2fd2ffb344ef606f3 /sys/nfs/nfs_serv.c | |
| parent | d0cc10a88b4696dafc997d9a2acef1ef25ab1def (diff) | |
Notes
Diffstat (limited to 'sys/nfs/nfs_serv.c')
| -rw-r--r-- | sys/nfs/nfs_serv.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/nfs/nfs_serv.c b/sys/nfs/nfs_serv.c index e5cc74535a24..029897b2a42f 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.52 1997/10/28 15:59:05 bde Exp $ + * $Id: nfs_serv.c,v 1.53 1997/12/27 02:56:34 bde Exp $ */ /* @@ -1792,7 +1792,6 @@ nfsrv_remove(nfsd, slp, procp, mrq) } out: if (!error) { - vnode_pager_uncache(vp, procp); nqsrv_getl(nd.ni_dvp, ND_WRITE); nqsrv_getl(vp, ND_WRITE); @@ -1969,7 +1968,6 @@ out: nqsrv_getl(tdvp, ND_WRITE); if (tvp) { nqsrv_getl(tvp, ND_WRITE); - (void) vnode_pager_uncache(tvp, procp); } error = VOP_RENAME(fromnd.ni_dvp, fromnd.ni_vp, &fromnd.ni_cnd, tond.ni_dvp, tond.ni_vp, &tond.ni_cnd); |
