diff options
Diffstat (limited to 'sys/miscfs/devfs/devfs_vfsops.c')
-rw-r--r-- | sys/miscfs/devfs/devfs_vfsops.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/miscfs/devfs/devfs_vfsops.c b/sys/miscfs/devfs/devfs_vfsops.c index 73f7d70..f440a83 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); |