Re: [PATCH] cpuset: Clean up cpuset_node_allowed

From: Tejun Heo
Date: Fri Mar 17 2023 - 17:45:43 EST


On Tue, Feb 28, 2023 at 08:35:37AM +0000, Haifeng Xu wrote:
> Commit 002f290627c2 ("cpuset: use static key better and convert to new API")
> has used __cpuset_node_allowed() instead of cpuset_node_allowed() to check
> whether we can allocate on a memory node. Now this function isn't used by
> anyone, so we can do the follow things to clean up it.
>
> 1. remove unused codes
> 2. rename __cpuset_node_allowed() to cpuset_node_allowed()
> 3. update comments in mm/page_alloc.c
>
> Suggested-by: Waiman Long <longman@xxxxxxxxxx>
> Signed-off-by: Haifeng Xu <haifeng.xu@xxxxxxxxxx>

Waiman, can you review and ack?

Thanks.

--
tejun