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