From owner-svn-src-all@FreeBSD.ORG Tue Sep 29 17:55:10 2009 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7D481065672; Tue, 29 Sep 2009 17:55:10 +0000 (UTC) (envelope-from mj@feral.com) Received: from ns1.feral.com (ns1.feral.com [192.67.166.1]) by mx1.freebsd.org (Postfix) with ESMTP id 815D08FC26; Tue, 29 Sep 2009 17:55:10 +0000 (UTC) Received: from [10.8.0.2] (remotevpn [10.8.0.2]) by ns1.feral.com (8.14.3/8.14.3) with ESMTP id n8THQHBu029104 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 29 Sep 2009 10:26:22 -0700 (PDT) (envelope-from mj@feral.com) Message-ID: <4AC24335.1060306@feral.com> Date: Tue, 29 Sep 2009 10:26:13 -0700 From: Matthew Jacob Organization: Feral Software User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.23) Gecko/20090825 SeaMonkey/1.1.18 MIME-Version: 1.0 To: Marcel Moolenaar References: <200909282352.n8SNql1n069970@svn.freebsd.org> <200909290749.08764.jhb@freebsd.org> <1F22EA6A-2793-45CE-9669-3FFD550CF4E2@mac.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Default is to whitelist mail, not delayed by milter-greylist-4.2.3 (ns1.feral.com [10.8.0.1]); Tue, 29 Sep 2009 10:26:23 -0700 (PDT) Cc: Marcel Moolenaar , John Baldwin , svn-src-all@FreeBSD.org, src-committers@FreeBSD.org, Robert Watson , svn-src-head@FreeBSD.org Subject: Re: svn commit: r197608 - head/sys/geom/part X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 29 Sep 2009 17:55:10 -0000 Marcel Moolenaar wrote: > > We really need to get to a point where we treat partition types > seriously and > use it to help avoid false positives. Reducing or eliminating false > positives > is critical if we ever want to go towards DWIM or auto-mounting. With the > partition type taken into consideration, we may be able to eliminate > ad hoc > checks, like the zero check in g_part_ebr, without creating false > positives. > True but keep in mind that partition types are actually getting actually less important. The label is not what is in the container- only a filesystem checker can really adequately figure out whether something is mountable.