summaryrefslogtreecommitdiff
path: root/sys/miscfs/devfs/devfs_vfsops.c
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>1999-12-19 06:08:07 +0000
committerRobert Watson <rwatson@FreeBSD.org>1999-12-19 06:08:07 +0000
commit91f37dcba1648b1f24e2913c3ab78fc4eae35991 (patch)
tree433e8c666e5e40e6718b75b8dea03e89c87cf17b /sys/miscfs/devfs/devfs_vfsops.c
parentef351daa32c4ddea1b65bdda2844b932e6c2eb2b (diff)
Notes
Diffstat (limited to 'sys/miscfs/devfs/devfs_vfsops.c')
-rw-r--r--sys/miscfs/devfs/devfs_vfsops.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/miscfs/devfs/devfs_vfsops.c b/sys/miscfs/devfs/devfs_vfsops.c
index 73f7d70b89f3..f440a83244e9 100644
--- a/sys/miscfs/devfs/devfs_vfsops.c
+++ b/sys/miscfs/devfs/devfs_vfsops.c
@@ -305,7 +305,9 @@ static struct vfsops devfs_vfsops = {
vfs_stdfhtovp,
vfs_stdcheckexp,
vfs_stdvptofh,
- devfs_init
+ devfs_init,
+ vfs_stduninit,
+ vfs_stdextattrctl,
};
VFS_SET(devfs_vfsops, devfs, 0);