svn commit: r252368 - head/sys/kern

Peter Wemm peter at FreeBSD.org
Sat Jun 29 05:05:57 UTC 2013


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


More information about the svn-src-all mailing list