Date: Fri, 12 Jun 2009 08:55:13 -0400 From: John Baldwin <jhb@freebsd.org> To: Andriy Gapon <avg@freebsd.org> Cc: freebsd-current@freebsd.org Subject: Re: GEOM_VOL gc Message-ID: <200906120855.13654.jhb@freebsd.org> In-Reply-To: <4A321D4C.8030107@freebsd.org> References: <4A2E9702.5040801@icyb.net.ua> <4A321D4C.8030107@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 12 June 2009 5:18:04 am Andriy Gapon wrote: > on 09/06/2009 20:08 Andriy Gapon said the following: > > It seems that it is time to garbage-collect GEOM_VOL option: > > > > $ glimpse -w GEOM_VOL > > /usr/src-head/sys/conf/options: GEOM_VOL opt_geom.h > > /usr/src-head/sys/conf/NOTES: options GEOM_VOL # Volume names > > from UFS superblock > > /usr/src-head/sys/conf/NOTES: # around. (See also option GEOM_VOL for a different > > solution to this > > /usr/src-head/release/doc/de_DE.ISO8859-1/relnotes/common/new.sgml: > > <literal>GEOM_VOL</literal> genutzt, können die > > How about the following patch? > I am not sure though what to do with > de_DE.ISO8859-1/relnotes/common/new.sgml - I don't speak German and the > file seems quite aged (or a template?). Hmm, should probably do a case-insensitive search. The code for GEOM_VOL is still present and it is still a valid GEOM if someone wants to use it instead of GEOM_LABEL. Or at least, if you want to remove it, you need to remove it fully: sys/conf/files:geom/geom_vol_ffs.c optional geom_vol -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906120855.13654.jhb>