svn commit: r231269 - head/sys/fs/nullfs
Martin Matuska
mm at FreeBSD.org
Thu Feb 9 10:39:02 UTC 2012
Author: mm
Date: Thu Feb 9 10:39:01 2012
New Revision: 231269
URL: http://svn.freebsd.org/changeset/base/231269
Log:
Allow mounting nullfs(5) inside jails.
This is now possible thanks to r230129.
MFC after: 1 month
Modified:
head/sys/fs/nullfs/null_vfsops.c
Modified: head/sys/fs/nullfs/null_vfsops.c
==============================================================================
--- head/sys/fs/nullfs/null_vfsops.c Thu Feb 9 10:30:45 2012 (r231268)
+++ head/sys/fs/nullfs/null_vfsops.c Thu Feb 9 10:39:01 2012 (r231269)
@@ -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);
More information about the svn-src-head
mailing list