]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2716b6e5fed1982239ef21e3a19740856b5698b3
treeaf5536c24b28841dda602f36efcbc212f6100a74
parent61decccaaed3290641f1b523d2360e26715a2aae
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