Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Feb 2012 10:39:02 +0000 (UTC)
From:      Martin Matuska <mm@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r231269 - head/sys/fs/nullfs
Message-ID:  <201202091039.q19Ad2aM097022@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202091039.q19Ad2aM097022>