summaryrefslogtreecommitdiff
path: root/sys/fs/procfs/procfs_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/fs/procfs/procfs_vfsops.c
parente14f7e789a25e6c026475b00d911ea8727e05ba8 (diff)
Notes
Diffstat (limited to 'sys/fs/procfs/procfs_vfsops.c')
-rw-r--r--sys/fs/procfs/procfs_vfsops.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/fs/procfs/procfs_vfsops.c b/sys/fs/procfs/procfs_vfsops.c
index 92245b8eebef..9f51a3ca9b9f 100644
--- a/sys/fs/procfs/procfs_vfsops.c
+++ b/sys/fs/procfs/procfs_vfsops.c
@@ -170,6 +170,7 @@ static struct vfsops procfs_vfsops = {
vfs_stdsync,
vfs_stdvget,
vfs_stdfhtovp,
+ vfs_stdcheckexp,
vfs_stdvptofh,
vfs_stdinit,
};