From owner-freebsd-geom@FreeBSD.ORG Wed Mar 4 02:40:04 2009 Return-Path: Delivered-To: freebsd-geom@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6AFB71065670 for ; Wed, 4 Mar 2009 02:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3FE658FC15 for ; Wed, 4 Mar 2009 02:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n242e4aD079109 for ; Wed, 4 Mar 2009 02:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n242e40Z079107; Wed, 4 Mar 2009 02:40:04 GMT (envelope-from gnats) Date: Wed, 4 Mar 2009 02:40:04 GMT Message-Id: <200903040240.n242e40Z079107@freefall.freebsd.org> To: freebsd-geom@FreeBSD.org From: Nick Sayer Cc: Subject: Re: kern/132273: [glabel] [patch] failing on journaled partition X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Nick Sayer List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Mar 2009 02:40:04 -0000 The following reply was made to PR kern/132273; it has been noted by GNATS. From: Nick Sayer To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/132273: [glabel] [patch] failing on journaled partition Date: Tue, 3 Mar 2009 18:37:49 -0800 So I actually modified the patch to exclude both G_PF_ORPHAN and G_PF_WITHER flags from the duplicate check. That worked. I am not 100% sure *which* one actually did the trick. I suspect now that it's the WITHER check that actually fixed the problem, but I'll leave that to the experts. But as it is now, the patch that checks both the ORPHAN and WITHER flag and continues if either is set fixes my problem.