Re: git: d6ec20a30919 - stable/14 - geom_map(4): Garbage collect disconnected driver

From: Warner Losh <imp_at_bsdimp.com>
Date: Thu, 18 Jan 2024 21:57:41 UTC
On Thu, Jan 18, 2024 at 2:23 PM Brooks Davis <brooks@freebsd.org> wrote:

> On Thu, Jan 18, 2024 at 08:15:07PM +0000, Marius Strobl wrote:
> > The branch stable/14 has been updated by marius:
> >
> > URL:
> https://cgit.FreeBSD.org/src/commit/?id=d6ec20a3091924793576ba3fd71f42d4fcd3371f
> >
> > commit d6ec20a3091924793576ba3fd71f42d4fcd3371f
> > Author:     Marius Strobl <marius@FreeBSD.org>
> > AuthorDate: 2024-01-14 08:31:26 +0000
> > Commit:     Marius Strobl <marius@FreeBSD.org>
> > CommitDate: 2024-01-18 20:14:46 +0000
> >
> >     geom_map(4): Garbage collect disconnected driver
> >
> >     The last MIPS user has been removed in c09981f1 2 years ago, the last
> >     ARM one in 58d5c511 even 5.5 years ago.
>
> Unless this and geom_redboot were getting in the way of MFCing other
> work, it seems a bit odd to MFC the removal of functionality.
>

Yea, we generally don't MFC removing drivers, for example, in our latest
rounds
of preening.

Warner