svn commit: r246793 - head/sys/fs/fdescfs

Baptiste Daroussin bapt at FreeBSD.org
Thu Feb 14 15:17:54 UTC 2013


Author: bapt
Date: Thu Feb 14 15:17:53 2013
New Revision: 246793
URL: http://svnweb.freebsd.org/changeset/base/246793

Log:
  Revert r246791 as it needs a security review first
  
  Reported by:	gavin, rwatson

Modified:
  head/sys/fs/fdescfs/fdesc_vfsops.c

Modified: head/sys/fs/fdescfs/fdesc_vfsops.c
==============================================================================
--- head/sys/fs/fdescfs/fdesc_vfsops.c	Thu Feb 14 14:44:08 2013	(r246792)
+++ head/sys/fs/fdescfs/fdesc_vfsops.c	Thu Feb 14 15:17:53 2013	(r246793)
@@ -237,4 +237,4 @@ static struct vfsops fdesc_vfsops = {
 	.vfs_unmount =		fdesc_unmount,
 };
 
-VFS_SET(fdesc_vfsops, fdescfs, VFCF_SYNTHETIC|VFCF_JAIL);
+VFS_SET(fdesc_vfsops, fdescfs, VFCF_SYNTHETIC);


More information about the svn-src-all mailing list