[DTrace-devel] [PATCH 1.5/3] Remove unused map-of-maps functions
Kris Van Hees
kris.van.hees at oracle.com
Thu Jul 31 16:13:48 UTC 2025
On Wed, Jul 16, 2025 at 02:50:08PM +0100, Nick Alcock wrote:
> On 1 May 2025, eugene loh outgrape:
>
> > From: Eugene Loh <eugene.loh at oracle.com>
> >
> > Signed-off-by: Eugene Loh <eugene.loh at oracle.com>
>
> Reviewed-by: Nick Alcock <nick.alcock at oracle.com>
While in general I am all for removing unused function, I would actually
prefer to keep these because they are part of our BPF library and likely
to be of use in the future. Yes, we could always revert this, but it is
probably more likely that we would end up re-implementing them because
we forgot they ever existed. Since we implement our own library to
interact with the BPF subsystem, having some extra functions around for
now for functionality that isn't immediately trivial to implement when
you deal with inner maps for the first time, can be useful.
More information about the DTrace-devel
mailing list