diff options
Diffstat (limited to 'sys/fs/procfs/procfs_vfsops.c')
-rw-r--r-- | sys/fs/procfs/procfs_vfsops.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/fs/procfs/procfs_vfsops.c b/sys/fs/procfs/procfs_vfsops.c index 0533764..b1d4d43 100644 --- a/sys/fs/procfs/procfs_vfsops.c +++ b/sys/fs/procfs/procfs_vfsops.c @@ -172,6 +172,8 @@ static struct vfsops procfs_vfsops = { vfs_stdcheckexp, vfs_stdvptofh, vfs_stdinit, + vfs_stduninit, + vfs_stdextattrctl, }; VFS_SET(procfs_vfsops, procfs, VFCF_SYNTHETIC); |