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/fs/portalfs | |
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/fs/portalfs')
-rw-r--r-- | sys/fs/portalfs/portal_vfsops.c | 2 |
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); |