summaryrefslogtreecommitdiffstats
path: root/sys/fs/portalfs
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-05-24 15:20:11 +0000
committerru <ru@FreeBSD.org>2001-05-24 15:20:11 +0000
commit1fdf57d327ca8bed8af253373e4a1b50f2bc2f90 (patch)
treef7b09d40da40aadd25429942dd9d9cef69d1d9e8 /sys/fs/portalfs
parent79f2c51981fbe3f97f73892d27570bf5d8c9b840 (diff)
downloadFreeBSD-src-1fdf57d327ca8bed8af253373e4a1b50f2bc2f90.zip
FreeBSD-src-1fdf57d327ca8bed8af253373e4a1b50f2bc2f90.tar.gz
Actually rename FDESC, PORTAL, UMAP and UNION file systems.
OK'ed by: bp
Diffstat (limited to 'sys/fs/portalfs')
-rw-r--r--sys/fs/portalfs/portal_vfsops.c2
1 files changed, 1 insertions, 1 deletions
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);
OpenPOWER on IntegriCloud