Re: [PATCH v2 2/4] cgroup/cpuset: update some comments about the page allocator
"Zi Yan" <[email protected]>
| Newsgroups | org.kernel.vger.cgroups,org.kernel.vger.linux-kernel,org.kvack.linux-mm |
|---|---|
| Message-ID | <[email protected]> |
On Tue Jul 14, 2026 at 5:32 AM EDT, Brendan Jackman wrote: > These comments describing the page allocator are out of date: > > - __alloc_pages() is no longer a public API and has no business being > described outside of mm/. > > - The `wait` variable is gone. > > It may be out of date for other reasons too but this patch is just > fixing the issues that stood out. > > To fix it: > > - Instead of referring to a specific function, instead to "the page > allocator" > > - Completely drop out-of-date details of that function's internal > behaviour, since they were irrelevant anyway. > > Suggested-by: Zi Yan <[email protected]> > Link: https://lore.kernel.org/all/[email protected]/ > Signed-off-by: Brendan Jackman <[email protected]> > --- > kernel/cgroup/cpuset.c | 13 +++++-------- > 1 file changed, 5 insertions(+), 8 deletions(-) > Thank you for updating the doc. Reviewed-by: Zi Yan <[email protected]> -- Best Regards, Yan, Zi