summaryrefslogtreecommitdiff
path: root/sys/nfs/nfs_vfsops.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-09-07 05:42:15 +0000
committerBruce Evans <bde@FreeBSD.org>1998-09-07 05:42:15 +0000
commitcae300be0f6318da8dca014694ee0068b3a0e2ac (patch)
treedce53535069de7ea1c2a0a2ee1ff6e271bb389f1 /sys/nfs/nfs_vfsops.c
parent3bfe64f96ac46f5b162a813319e6a7908c1599d6 (diff)
Notes
Diffstat (limited to 'sys/nfs/nfs_vfsops.c')
-rw-r--r--sys/nfs/nfs_vfsops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfs/nfs_vfsops.c b/sys/nfs/nfs_vfsops.c
index ae40bc9bbde7..2f76a38f1b3f 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.73 1998/08/12 20:17:42 bde Exp $
+ * $Id: nfs_vfsops.c,v 1.74 1998/09/05 17:13:28 bde Exp $
*/
#include <sys/param.h>
@@ -132,7 +132,7 @@ static struct vfsops nfs_vfsops = {
nfs_fhtovp,
nfs_vptofh,
nfs_init,
- 0,
+ nfs_uninit,
&sysctl___vfs_nfs
};
VFS_SET(nfs_vfsops, nfs, MOUNT_NFS, VFCF_NETWORK);