Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jun 2013 05:05:57 +0000 (UTC)
From:      Peter Wemm <peter@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r252368 - head/sys/kern
Message-ID:  <201306290505.r5T55vcv039563@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: peter
Date: Sat Jun 29 05:05:57 2013
New Revision: 252368
URL: http://svnweb.freebsd.org/changeset/base/252368

Log:
  Revert accidental commit.
  
  Pointy hat to:	 peter

Modified:
  head/sys/kern/vfs_init.c

Modified: head/sys/kern/vfs_init.c
==============================================================================
--- head/sys/kern/vfs_init.c	Sat Jun 29 04:35:04 2013	(r252367)
+++ head/sys/kern/vfs_init.c	Sat Jun 29 05:05:57 2013	(r252368)
@@ -201,7 +201,6 @@ vfs_register(struct vfsconf *vfc)
 	} else
 		vfc->vfc_typenum = maxvfsconf++;
 	TAILQ_INSERT_TAIL(&vfsconf, vfc, vfc_list);
-	vfc->vfc_flags |= VFCF_JAIL;
 
 	/*
 	 * If this filesystem has a sysctl node under vfs



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