summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nfs_node.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/nfsclient/nfs_node.c')
-rw-r--r--sys/nfsclient/nfs_node.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfsclient/nfs_node.c b/sys/nfsclient/nfs_node.c
index ee145ce..364e78a 100644
--- a/sys/nfsclient/nfs_node.c
+++ b/sys/nfsclient/nfs_node.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_node.c 8.6 (Berkeley) 5/22/95
- * $Id: nfs_node.c,v 1.24 1998/02/09 06:10:33 eivind Exp $
+ * $Id: nfs_node.c,v 1.25 1998/05/13 06:10:13 peter Exp $
*/
@@ -212,7 +212,7 @@ nfs_inactive(ap)
* recycled by getnewvnode while we do the I/O
* associated with discarding the buffers.
*/
- if (vget(ap->a_vp, 0))
+ if (vget(ap->a_vp, 0, p))
panic("nfs_inactive: lost vnode");
/*
* Remove the silly file that was rename'd earlier
OpenPOWER on IntegriCloud