diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 1999-02-13 08:03:47 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 1999-02-13 08:03:47 +0000 |
| commit | ba26628572a899896a7452721aa09aff14d02648 (patch) | |
| tree | 9aa589e91271f360592cf6996a8b0935fceaa6c1 | |
| parent | a3a96c0aeca6889f998855bde129dbf63db460ac (diff) | |
Notes
| -rw-r--r-- | sys/nfs/nfs_vnops.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/nfs/nfs_vnops.c b/sys/nfs/nfs_vnops.c index b0655b4abfd5..2b6365d0f10e 100644 --- a/sys/nfs/nfs_vnops.c +++ b/sys/nfs/nfs_vnops.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_vnops.c 8.16 (Berkeley) 5/27/95 - * $Id: nfs_vnops.c,v 1.116.2.1 1999/01/28 06:13:27 msmith Exp $ + * $Id: nfs_vnops.c,v 1.116.2.2 1999/02/08 18:27:30 dillon Exp $ */ @@ -1699,7 +1699,6 @@ nfs_link(ap) if (vp->v_mount != tdvp->v_mount) { VOP_ABORTOP(tdvp, cnp); - vput(tdvp); return (EXDEV); } |
