From owner-cvs-src-old@FreeBSD.ORG Tue Dec 28 08:37:04 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E22CA10656A6 for ; Tue, 28 Dec 2010 08:37:04 +0000 (UTC) (envelope-from ae@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D0F048FC13 for ; Tue, 28 Dec 2010 08:37:04 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id oBS8b488056263 for ; Tue, 28 Dec 2010 08:37:04 GMT (envelope-from ae@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oBS8b4F5056262 for cvs-src-old@freebsd.org; Tue, 28 Dec 2010 08:37:04 GMT (envelope-from ae@repoman.freebsd.org) Message-Id: <201012280837.oBS8b4F5056262@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ae@repoman.freebsd.org using -f From: "Andrey V. Elsukov" Date: Tue, 28 Dec 2010 08:36:44 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/part g_part_ebr.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2010 08:37:05 -0000 ae 2010-12-28 08:36:44 UTC FreeBSD src repository Modified files: sys/geom/part g_part_ebr.c Log: SVN rev 216754 on 2010-12-28 08:36:44Z by ae Make EBR probe method less strictly to be able detect EBRs with small non fatal inconsistency. EBR may contain boot loader and sometimes it just has some garbage data. Now this does not prevent FreeBSD to use extended partitions. But since we do not support bootcode for EBR we mark tables which have non empty boot area as corrupt. This does make them readonly and we can not damage this data. PR: kern/141235 MFC after: 1 month Revision Changes Path 1.15 +25 -21 src/sys/geom/part/g_part_ebr.c