]> git.baikalelectronics.ru Git - kernel.git/commit
mm: compaction: clean up comment about async compaction in isolate_migratepages
authorMiaohe Lin <linmiaohe@huawei.com>
Fri, 29 Apr 2022 06:16:18 +0000 (23:16 -0700)
committerakpm <akpm@linux-foundation.org>
Fri, 29 Apr 2022 06:16:18 +0000 (23:16 -0700)
commitee67f2184161576765ce74d51469faf4951be714
tree2321b4f4795a3859247b1f1d3414ee987118ec25
parent04659af1c07ec591893b0b31b89cbcf1d24af2bc
mm: compaction: clean up comment about async compaction in isolate_migratepages

Since commit ef24941648e6 ("mm, compaction: restrict async compaction to
pageblocks of same migratetype"), async direct compaction is restricted to
scan the pageblocks of same migratetype.  Correct the comment accordingly.

Link: https://lkml.kernel.org/r/20220418141253.24298-9-linmiaohe@huawei.com
Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Cc: Charan Teja Kalla <charante@codeaurora.org>
Cc: David Hildenbrand <david@redhat.com>
Cc: Pintu Kumar <pintu@codeaurora.org>
Cc: Vlastimil Babka <vbabka@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/compaction.c