OSDN Git Service

mm/huge_memory: use helper function vma_lookup in split_huge_pages_pid
authorMiaohe Lin <linmiaohe@huawei.com>
Mon, 4 Jul 2022 13:21:52 +0000 (21:21 +0800)
committerakpm <akpm@linux-foundation.org>
Mon, 18 Jul 2022 00:14:45 +0000 (17:14 -0700)
commit74ba2b38ba990c563393e5cb540cad2939f49d95
treee4b96d3f723cfdae568825787f6e0e0769d3aa99
parent4fba8f2a306038da617cd29503a1841b7b44ee23
mm/huge_memory: use helper function vma_lookup in split_huge_pages_pid

Use helper function vma_lookup to lookup the needed vma to simplify the
code. Minor readability improvement.

Link: https://lkml.kernel.org/r/20220704132201.14611-8-linmiaohe@huawei.com
Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Reviewed-by: Muchun Song <songmuchun@bytedance.com>
Cc: Matthew Wilcox <willy@infradead.org>
Cc: Yang Shi <shy828301@gmail.com>
Cc: Zach O'Keefe <zokeefe@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/huge_memory.c