summaryrefslogtreecommitdiff
path: root/sys/nfs/nfs_vfsops.c
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>1998-03-01 22:46:53 +0000
committerMike Smith <msmith@FreeBSD.org>1998-03-01 22:46:53 +0000
commit34bdbbd0de4e7ac29ca2f107fa68bc704a19521b (patch)
tree0955e71756fb34bf7bac114488dd78275a29271d /sys/nfs/nfs_vfsops.c
parent53b86afb7df27ea596e0e4c56e388d9fa821598f (diff)
Notes
Diffstat (limited to 'sys/nfs/nfs_vfsops.c')
-rw-r--r--sys/nfs/nfs_vfsops.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/nfs/nfs_vfsops.c b/sys/nfs/nfs_vfsops.c
index f66d3baf06ab..9ad89ebdecfd 100644
--- a/sys/nfs/nfs_vfsops.c
+++ b/sys/nfs/nfs_vfsops.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_vfsops.c 8.12 (Berkeley) 5/20/95
- * $Id: nfs_vfsops.c,v 1.53 1998/02/05 16:40:57 dyson Exp $
+ * $Id: nfs_vfsops.c,v 1.54 1998/02/09 06:10:39 eivind Exp $
*/
#include <sys/param.h>
@@ -124,6 +124,7 @@ static struct vfsops nfs_vfsops = {
nfs_statfs,
nfs_sync,
nfs_vget,
+ vfs_vrele,
nfs_fhtovp,
nfs_vptofh,
nfs_init