summaryrefslogtreecommitdiff
path: root/sys/nfsclient/nfs_vfsops.c
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>1999-09-11 00:46:08 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>1999-09-11 00:46:08 +0000
commitc24fda81c9fd87df7e4fe3a567cc0292078bc7bf (patch)
tree11d567bfb3508e380a5a5182de8682f6ff54af6b /sys/nfsclient/nfs_vfsops.c
parente14f7e789a25e6c026475b00d911ea8727e05ba8 (diff)
Notes
Diffstat (limited to 'sys/nfsclient/nfs_vfsops.c')
-rw-r--r--sys/nfsclient/nfs_vfsops.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/nfsclient/nfs_vfsops.c b/sys/nfsclient/nfs_vfsops.c
index 33085c49ba72..d63f38dc3db7 100644
--- a/sys/nfsclient/nfs_vfsops.c
+++ b/sys/nfsclient/nfs_vfsops.c
@@ -120,6 +120,7 @@ static struct vfsops nfs_vfsops = {
nfs_sync,
vfs_stdvget,
vfs_stdfhtovp, /* shouldn't happen */
+ vfs_stdcheckexp,
vfs_stdvptofh, /* shouldn't happen */
nfs_init,
nfs_uninit,