aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs/ffs/ffs_vfsops.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ufs/ffs/ffs_vfsops.c')
-rw-r--r--sys/ufs/ffs/ffs_vfsops.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/ufs/ffs/ffs_vfsops.c b/sys/ufs/ffs/ffs_vfsops.c
index 216bb450feb4..ee6fe3ee7d36 100644
--- a/sys/ufs/ffs/ffs_vfsops.c
+++ b/sys/ufs/ffs/ffs_vfsops.c
@@ -83,6 +83,8 @@ static struct vfsops ufs_vfsops = {
ufs_check_export,
ffs_vptofh,
ffs_init,
+ vfs_stduninit,
+ vfs_stdextattrctl,
};
VFS_SET(ufs_vfsops, ufs, 0);