diff --git a/sys/kern/vfs_init.c b/sys/kern/vfs_init.c index 825dad1a6d8e..eab48fbea798 100644 --- a/sys/kern/vfs_init.c +++ b/sys/kern/vfs_init.c @@ -201,7 +201,6 @@ vfs_register(struct vfsconf *vfc) } else vfc->vfc_typenum = maxvfsconf++; TAILQ_INSERT_TAIL(&vfsconf, vfc, vfc_list); - vfc->vfc_flags |= VFCF_JAIL; /* * If this filesystem has a sysctl node under vfs