diff options
Diffstat (limited to 'sys/fs/fdescfs/fdesc_vfsops.c')
-rw-r--r-- | sys/fs/fdescfs/fdesc_vfsops.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/fs/fdescfs/fdesc_vfsops.c b/sys/fs/fdescfs/fdesc_vfsops.c index a451c18..0105ff7 100644 --- a/sys/fs/fdescfs/fdesc_vfsops.c +++ b/sys/fs/fdescfs/fdesc_vfsops.c @@ -227,6 +227,8 @@ static struct vfsops fdesc_vfsops = { vfs_stdcheckexp, vfs_stdvptofh, fdesc_init, + vfs_stduninit, + vfs_stdextattrctl, }; VFS_SET(fdesc_vfsops, fdesc, VFCF_SYNTHETIC); |