2023-09-18 13:42:38

by Muchun Song

[permalink] [raw]
Subject: Re: [PATCH v6 45/45] mm: shrinker: convert shrinker_rwsem to mutex



> On Sep 11, 2023, at 17:44, Qi Zheng <[email protected]> wrote:
>
> Now there are no readers of shrinker_rwsem, so we can simply replace it
> with mutex lock.
>
> Signed-off-by: Qi Zheng <[email protected]>

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

Thanks.