Allow mounting nullfs(5) inside jails.

This is now possible thanks to r230129.

MFC after:	1 month
This commit is contained in:
mm 2012-02-09 10:39:01 +00:00
parent 1626913ed1
commit 76b54f7cc2

View File

@ -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);