summaryrefslogtreecommitdiffstats
path: root/sys/fs/fdescfs
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/fdescfs
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/fdescfs')
-rw-r--r--sys/fs/fdescfs/fdesc_vfsops.c2
1 files changed, 1 insertions, 1 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);
OpenPOWER on IntegriCloud