mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-18 03:06:43 +00:00
mm/page_alloc.c: document bulkfree_pcp_prepare() return value
Cc: Catalin Marinas <catalin.marinas@arm.com> Cc: ke.wang <ke.wang@unisoc.com> Cc: Matthew Wilcox <willy@infradead.org> Cc: Zhaoyang Huang <huangzhaoyang@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
parent
a8368cd8e2
commit
d452289fcd
@ -1501,6 +1501,7 @@ static bool free_pcp_prepare(struct page *page, unsigned int order)
|
||||
return free_pages_prepare(page, order, true, FPI_NONE);
|
||||
}
|
||||
|
||||
/* return true if this page has an inappropriate state */
|
||||
static bool bulkfree_pcp_prepare(struct page *page)
|
||||
{
|
||||
if (debug_pagealloc_enabled_static())
|
||||
|
Loading…
x
Reference in New Issue
Block a user