summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/fs/fdescfs/fdesc_vfsops.c2
-rw-r--r--sys/fs/portalfs/portal_vfsops.c2
-rw-r--r--sys/fs/umapfs/umap_vfsops.c2
-rw-r--r--sys/fs/unionfs/union_vfsops.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/sys/fs/fdescfs/fdesc_vfsops.c b/sys/fs/fdescfs/fdesc_vfsops.c
index 1bb1f71..ed16306 100644
--- a/sys/fs/fdescfs/fdesc_vfsops.c
+++ b/sys/fs/fdescfs/fdesc_vfsops.c
@@ -223,4 +223,4 @@ static struct vfsops fdesc_vfsops = {
vfs_stdextattrctl,
};
-VFS_SET(fdesc_vfsops, fdesc, VFCF_SYNTHETIC);
+VFS_SET(fdesc_vfsops, fdescfs, VFCF_SYNTHETIC);
diff --git a/sys/fs/portalfs/portal_vfsops.c b/sys/fs/portalfs/portal_vfsops.c
index 7178599..5c47e72 100644
--- a/sys/fs/portalfs/portal_vfsops.c
+++ b/sys/fs/portalfs/portal_vfsops.c
@@ -254,4 +254,4 @@ static struct vfsops portal_vfsops = {
vfs_stdextattrctl,
};
-VFS_SET(portal_vfsops, portal, VFCF_SYNTHETIC);
+VFS_SET(portal_vfsops, portalfs, VFCF_SYNTHETIC);
diff --git a/sys/fs/umapfs/umap_vfsops.c b/sys/fs/umapfs/umap_vfsops.c
index f967272..6e01f3d 100644
--- a/sys/fs/umapfs/umap_vfsops.c
+++ b/sys/fs/umapfs/umap_vfsops.c
@@ -451,4 +451,4 @@ static struct vfsops umap_vfsops = {
umapfs_extattrctl,
};
-VFS_SET(umap_vfsops, umap, VFCF_LOOPBACK);
+VFS_SET(umap_vfsops, umapfs, VFCF_LOOPBACK);
diff --git a/sys/fs/unionfs/union_vfsops.c b/sys/fs/unionfs/union_vfsops.c
index 5a5af5d..1a5cb70 100644
--- a/sys/fs/unionfs/union_vfsops.c
+++ b/sys/fs/unionfs/union_vfsops.c
@@ -482,4 +482,4 @@ static struct vfsops union_vfsops = {
vfs_stdextattrctl,
};
-VFS_SET(union_vfsops, union, VFCF_LOOPBACK);
+VFS_SET(union_vfsops, unionfs, VFCF_LOOPBACK);
OpenPOWER on IntegriCloud