From owner-freebsd-arch@FreeBSD.ORG Sat Feb 18 17:52:59 2012 Return-Path: Delivered-To: arch@FreeBSD.org Received: from mx2.freebsd.org (mx2.freebsd.org [IPv6:2001:4f8:fff6::35]) by hub.freebsd.org (Postfix) with ESMTP id 1D126106564A; Sat, 18 Feb 2012 17:52:59 +0000 (UTC) (envelope-from ae@FreeBSD.org) Received: from [127.0.0.1] (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx2.freebsd.org (Postfix) with ESMTP id 1446714E88B; Sat, 18 Feb 2012 17:52:50 +0000 (UTC) Message-ID: <4F3FE56D.3030706@FreeBSD.org> Date: Sat, 18 Feb 2012 21:52:45 +0400 From: "Andrey V. Elsukov" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:9.0) Gecko/20120105 Thunderbird/9.0 MIME-Version: 1.0 To: Don Lewis References: <201202171857.q1HIvZcC011615@gw.catspoiler.org> <4F3FE4D2.4090803@FreeBSD.org> In-Reply-To: <4F3FE4D2.4090803@FreeBSD.org> X-Enigmail-Version: undefined OpenPGP: id=10C8A17A Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit Cc: arch@FreeBSD.org, dougb@FreeBSD.org Subject: Re: [patch] allow crash dumps to Linux swap partitions X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 17:52:59 -0000 On 18.02.2012 21:50, Andrey V. Elsukov wrote: > + bp->bio_from->geom->class != &g_part_class) { Of course, here should be "bp->bio_from->geom->class == &g_part_class". -- WBR, Andrey V. Elsukov