[PATCH 2/3] mm/slab: delete cache_alloc_debugcheck_before()
Muchun Song
songmuchun at bytedance.com
Mon Jun 13 03:21:37 UTC 2022
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 at intel.com>
Nice cleanup.
Reviewed-by: Muchun Song <songmuchun at bytedance.com>
Thanks.
More information about the dri-devel
mailing list