2023-07-26 08:06:27

by Muchun Song

[permalink] [raw]
Subject: Re: [PATCH v2 38/47] xfs: dynamically allocate the xfs-qm shrinker



> On Jul 24, 2023, at 17:43, Qi Zheng <[email protected]> wrote:
>
> In preparation for implementing lockless slab shrink, use new APIs to
> dynamically allocate the xfs-qm shrinker, so that it can be freed
> asynchronously using kfree_rcu(). Then it doesn't need to wait for RCU
> read-side critical section when releasing the struct xfs_quotainfo.
>
> Signed-off-by: Qi Zheng <[email protected]>

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