From owner-freebsd-geom@FreeBSD.ORG Tue May 7 01:50:02 2013 Return-Path: Delivered-To: freebsd-geom@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8D326665 for ; Tue, 7 May 2013 01:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8022F68C for ; Tue, 7 May 2013 01:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r471o2IE005431 for ; Tue, 7 May 2013 01:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r471o2Qf005430; Tue, 7 May 2013 01:50:02 GMT (envelope-from gnats) Date: Tue, 7 May 2013 01:50:02 GMT Message-Id: <201305070150.r471o2Qf005430@freefall.freebsd.org> To: freebsd-geom@FreeBSD.org Cc: From: Mark Linimon Subject: Re: kern/178359: [geom] [patch] geom_eli: support external metadata X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Mark Linimon List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 May 2013 01:50:02 -0000 The following reply was made to PR kern/178359; it has been noted by GNATS. From: Mark Linimon To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/178359: [geom] [patch] geom_eli: support external metadata Date: Mon, 6 May 2013 20:39:59 -0500 ----- Forwarded message from Scot Hetzel ----- Date: Sun, 5 May 2013 22:51:10 -0500 From: Scot Hetzel To: freebsd-bugs@freebsd.org Cc: Andrew Romanenko , freebsd-geom@freebsd.org Subject: Re: kern/178359: [geom] [patch] geom_eli: support external metadata I had a quick look at the patch and noticed that it is using -H for init method, but -h for the attach, configure, setkey, delkey, resume, resize, and dump methods. The patch also shows that it removes the -h option from the init method. I looked at the -Current and release/9.1.0 sources for geom_eli.8 and they don't have the -h option. I suspect it was a local modification that was made before this patch was created. It would be best that init, attach, configure, setkey, delkey, resume, resize, and dump methods use the same option (-h or -H) to specify the headerfile. -- DISCLAIMER: No electrons were maimed while sending this message. Only slightly bruised. ----- End forwarded message -----