Re: [PATCH 2/3] mm/slab: delete cache_alloc_debugcheck_before()

From: Muchun Song
Date: Sun Jun 12 2022 - 23:21:44 EST


On Sun, Jun 05, 2022 at 05:25:38PM +0200, Daniel Vetter wrote:
> It only does a might_sleep_if(GFP_RECLAIM) check, which is already
> covered by the might_alloc() in slab_pre_alloc_hook(). And all callers
> of cache_alloc_debugcheck_before() call that beforehand already.
>
> Signed-off-by: Daniel Vetter <daniel.vetter@xxxxxxxxx>

Nice cleanup.

Reviewed-by: Muchun Song <songmuchun@xxxxxxxxxxxxx>

Thanks.