summaryrefslogtreecommitdiffstats
path: root/sys/fs/nullfs
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2012-02-09 10:39:01 +0000
committermm <mm@FreeBSD.org>2012-02-09 10:39:01 +0000
commit76b54f7cc2d76e6061b5161703d1544c383f410d (patch)
treea0ea44902f01524bcfdde70999bcea2b2f207046 /sys/fs/nullfs
parent1626913ed14bc2163e16ddb8e183c16020a65498 (diff)
downloadFreeBSD-src-76b54f7cc2d76e6061b5161703d1544c383f410d.zip
FreeBSD-src-76b54f7cc2d76e6061b5161703d1544c383f410d.tar.gz
Allow mounting nullfs(5) inside jails.
This is now possible thanks to r230129. MFC after: 1 month
Diffstat (limited to 'sys/fs/nullfs')
-rw-r--r--sys/fs/nullfs/null_vfsops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/nullfs/null_vfsops.c b/sys/fs/nullfs/null_vfsops.c
index cf3176f..97874b3 100644
--- a/sys/fs/nullfs/null_vfsops.c
+++ b/sys/fs/nullfs/null_vfsops.c
@@ -357,4 +357,4 @@ static struct vfsops null_vfsops = {
.vfs_vget = nullfs_vget,
};
-VFS_SET(null_vfsops, nullfs, VFCF_LOOPBACK);
+VFS_SET(null_vfsops, nullfs, VFCF_LOOPBACK | VFCF_JAIL);
OpenPOWER on IntegriCloud