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@intel.com
Nice cleanup.
Reviewed-by: Muchun Song songmuchun@bytedance.com
Thanks.