diff options
Diffstat (limited to 'sys/fs/portalfs/portal_vfsops.c')
-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); |