Re: [PATCH 14/15] stackdepot: allow users to evict stack traces

From: Andrey Konovalov
Date: Mon Sep 04 2023 - 14:47:34 EST


On Wed, Aug 30, 2023 at 11:20 AM Marco Elver <elver@xxxxxxxxxx> wrote:
>
> > +/**
> > + * stack_depot_evict - Drop a reference to a stack trace from stack depot
> > + *
> > + * @handle: Stack depot handle returned from stack_depot_save()
> > + *
> > + * The stack trace gets fully removed from stack depot once all references
>
> "gets fully removed" -> "is evicted" ?
>
> > + * to it has been dropped (once the number of stack_depot_evict calls matches
>
> "has been" -> "have been"

Will fix both in v2. Thanks!