2023-09-18 08:43:55

by Muchun Song

[permalink] [raw]
Subject: Re: [PATCH v6 33/45] nfsd: dynamically allocate the nfsd-reply shrinker



> On Sep 11, 2023, at 17:44, Qi Zheng <[email protected]> wrote:
>
> In preparation for implementing lockless slab shrink, use new APIs to
> dynamically allocate the nfsd-reply shrinker, so that it can be freed
> asynchronously via RCU. Then it doesn't need to wait for RCU read-side
> critical section when releasing the struct nfsd_net.
>
> Signed-off-by: Qi Zheng <[email protected]>

Acked-by: Muchun Song <[email protected]>

Thanks.