diff options
author | ru <ru@FreeBSD.org> | 2001-05-24 15:20:11 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-05-24 15:20:11 +0000 |
commit | 1fdf57d327ca8bed8af253373e4a1b50f2bc2f90 (patch) | |
tree | f7b09d40da40aadd25429942dd9d9cef69d1d9e8 /sys | |
parent | 79f2c51981fbe3f97f73892d27570bf5d8c9b840 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | sys/fs/fdescfs/fdesc_vfsops.c | 2 | ||||
-rw-r--r-- | sys/fs/portalfs/portal_vfsops.c | 2 | ||||
-rw-r--r-- | sys/fs/umapfs/umap_vfsops.c | 2 | ||||
-rw-r--r-- | sys/fs/unionfs/union_vfsops.c | 2 |
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); |