diff options
Diffstat (limited to 'sys/fs/unionfs/union_vfsops.c')
-rw-r--r-- | sys/fs/unionfs/union_vfsops.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |