]> git.ipfire.org Git - thirdparty/linux.git/commit - mm/page_alloc.c
cpuset: Clean up cpuset_node_allowed
authorHaifeng Xu <haifeng.xu@shopee.com>
Tue, 28 Feb 2023 08:35:37 +0000 (08:35 +0000)
committerTejun Heo <tj@kernel.org>
Fri, 24 Mar 2023 02:02:27 +0000 (16:02 -1000)
commit8e4645226b4931e96d55546a1fb3863aa50b5e62
tree877da68bfdebaedc8fbaa79cd3c692edfef672cd
parent4cdb91b0dea7d7f59fa84a13c7753cd434fdedcf
cpuset: Clean up cpuset_node_allowed

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@redhat.com>
Signed-off-by: Haifeng Xu <haifeng.xu@shopee.com>
Acked-by: Waiman Long <longman@redhat.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
include/linux/cpuset.h
kernel/cgroup/cpuset.c
mm/page_alloc.c