From owner-freebsd-geom@FreeBSD.ORG Sun Dec 21 19:30:03 2008 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 DC8B31065674 for ; Sun, 21 Dec 2008 19:30:03 +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 C49A58FC1B for ; Sun, 21 Dec 2008 19:30:03 +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 mBLJU3L8015967 for ; Sun, 21 Dec 2008 19:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id mBLJU3Ib015964; Sun, 21 Dec 2008 19:30:03 GMT (envelope-from gnats) Date: Sun, 21 Dec 2008 19:30:03 GMT Message-Id: <200812211930.mBLJU3Ib015964@freefall.freebsd.org> To: freebsd-geom@FreeBSD.org From: Volkov Alexei Cc: Subject: Re: kern/129674: [geom] gjournal root did not mount on boot X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Volkov Alexei List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Dec 2008 19:30:03 -0000 The following reply was made to PR kern/129674; it has been noted by GNATS. From: Volkov Alexei To: bug-followup@FreeBSD.org, Alexei.Volkov@softlynx.ru Cc: Subject: Re: kern/129674: [geom] gjournal root did not mount on boot Date: Sun, 21 Dec 2008 22:21:48 +0300 Yes, there was PR128529 http://www.freebsd.org/cgi/query-pr.cgi?pr=128529 and it is my fault i did not find it while search around an issue, cause PR128529 marked as fixed (solved) and my expectations were different. Finally, there is the last question. The PR128529 patch is available for HEAD and direct backport to 7-STABLE is not trivial for me. Compiler stops on /usr/src/sys/modules/geom/geom_journal/../../../geom/journal/g_journal.c: In function 'g_journal_worker': /usr/src/sys/modules/geom/geom_journal/../../../geom/journal/g_journal.c:2111: error: 'struct g_journal_softc' has no member named 'sc_rootmount' Is there any known fix for 7.X branch?