From owner-svn-src-all@FreeBSD.ORG Thu Feb 14 15:17:54 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 98058D87; Thu, 14 Feb 2013 15:17:54 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7769EA60; Thu, 14 Feb 2013 15:17:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1EFHsfw055534; Thu, 14 Feb 2013 15:17:54 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1EFHsle055533; Thu, 14 Feb 2013 15:17:54 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201302141517.r1EFHsle055533@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 14 Feb 2013 15:17:54 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r246793 - head/sys/fs/fdescfs X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Feb 2013 15:17:54 -0000 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);