From ab62b188ab78ffe4a8b701e9978b2bad01a94f72 Mon Sep 17 00:00:00 2001 From: dillon Date: Sat, 13 Feb 1999 08:01:59 +0000 Subject: PR: kern/9970 Remove incorrect vput() in nfs_link() --- sys/nfs/nfs_vnops.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/nfs/nfs_vnops.c') diff --git a/sys/nfs/nfs_vnops.c b/sys/nfs/nfs_vnops.c index 7620bcc..f74ae54 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.119 1999/01/27 22:45:49 dillon Exp $ + * $Id: nfs_vnops.c,v 1.120 1999/02/06 07:48:56 dillon Exp $ */ @@ -1699,7 +1699,6 @@ nfs_link(ap) if (vp->v_mount != tdvp->v_mount) { VOP_ABORTOP(tdvp, cnp); - vput(tdvp); return (EXDEV); } -- cgit v1.1