summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/vfs_init.c')
-rw-r--r--sys/kern/vfs_init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/vfs_init.c b/sys/kern/vfs_init.c
index eab48fb..825dad1 100644
--- a/sys/kern/vfs_init.c
+++ b/sys/kern/vfs_init.c
@@ -201,6 +201,7 @@ 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
OpenPOWER on IntegriCloud