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);
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to