OSDN Git Service

mm/page_alloc.c: modify the comment section for alloc_contig_pages()
authorAnshuman Khandual <anshuman.khandual@arm.com>
Fri, 14 Jan 2022 22:07:33 +0000 (14:07 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 15 Jan 2022 14:30:29 +0000 (16:30 +0200)
commiteaab8e753632b8e961701d02a5bb398c820f309c
treeaf5536c24b28841dda602f36efcbc212f6100a74
parent04a536bfbd0f885338eecc2a4503dfca50ac94dd
mm/page_alloc.c: modify the comment section for alloc_contig_pages()

Clarify that the alloc_contig_pages() allocated range will always be
aligned to the requested nr_pages.

Link: https://lkml.kernel.org/r/1639545478-12160-1-git-send-email-anshuman.khandual@arm.com
Signed-off-by: Anshuman Khandual <anshuman.khandual@arm.com>
Cc: David Hildenbrand <david@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/page_alloc.c