diff options
author | Haifeng Xu | 2023-02-28 08:35:37 +0000 |
---|---|---|
committer | Tejun Heo | 2023-03-23 16:02:27 -1000 |
commit | 8e4645226b4931e96d55546a1fb3863aa50b5e62 (patch) | |
tree | 877da68bfdebaedc8fbaa79cd3c692edfef672cd /kernel/rseq.c | |
parent | 4cdb91b0dea7d7f59fa84a13c7753cd434fdedcf (diff) |
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>
Diffstat (limited to 'kernel/rseq.c')
0 files changed, 0 insertions, 0 deletions