From owner-cvs-all@FreeBSD.ORG Sat Feb 16 07:26:05 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB18716A417; Sat, 16 Feb 2008 07:26:05 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from heff.fud.org.nz (203-109-251-39.static.bliink.ihug.co.nz [203.109.251.39]) by mx1.freebsd.org (Postfix) with ESMTP id 8D03713C43E; Sat, 16 Feb 2008 07:26:05 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: by heff.fud.org.nz (Postfix, from userid 1001) id 7CBC772F6; Sat, 16 Feb 2008 20:26:03 +1300 (NZDT) Date: Sat, 16 Feb 2008 20:26:03 +1300 From: Andrew Thompson To: Poul-Henning Kamp Message-ID: <20080216072603.GD2144@heff.fud.org.nz> References: <20080215235901.GA11610@dragon.NUXI.org> <94261.1203122076@critter.freebsd.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <94261.1203122076@critter.freebsd.dk> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: Dag-Erling =?unknown-8bit?B?U23DuHJncmF2?= , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, obrien@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/geom/lvm g_lvm.c g_lvm.h src/share/man/man4 geom_lvm.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Feb 2008 07:26:06 -0000 On Sat, Feb 16, 2008 at 12:34:36AM +0000, Poul-Henning Kamp wrote: > In message <20080215235901.GA11610@dragon.NUXI.org>, "David O'Brien" writes: > >On Sat, Feb 16, 2008 at 12:42:29AM +0100, Dag-Erling Smrgrav wrote: > >> Andrew Thompson writes: > >> > Added files: > >> > sys/geom/lvm g_lvm.c g_lvm.h > >> > share/man/man4 geom_lvm.4 > >> > Log: > >> > Add a geom class to map Linux LVM logical volumes. > >> > >> I really wish you had chosen a less generic name... > > > >Its not too late to change the name. > > I agree, it should be linux_lvm unless the Linux camp has a > more precise name for it. Fine by me. Just to be sure the correct module and manpage names should be geom_linux_lvm? Andrew