GEOM_VOL gc
John Baldwin
jhb at freebsd.org
Fri Jun 12 12:59:26 UTC 2009
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
More information about the freebsd-current
mailing list