diff options
author | Anshuman Khandual <anshuman.khandual@arm.com> | 2022-11-24 16:16:41 +0300 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2022-12-01 02:59:07 +0300 |
commit | 373dfda2bac1173971099dc76254a016646f62ab (patch) | |
tree | 6c6417a53284b11e012fae9aecec0c9a8ba08eb8 /io_uring/msg_ring.c | |
parent | 8d9b63708ddd1ac51e0260c7b8f641daf01f4caf (diff) | |
download | linux-373dfda2bac1173971099dc76254a016646f62ab.tar.xz |
mm/thp: rename pmd_to_page() as pmd_pgtable_page()
Current pmd_to_page(), which derives the page table page containing the
pmd address has a very misleading name. The problem being, it sounds
similar to pmd_page() which derives page embedded in a given pmd entry
either for next level page or a mapped huge page. Rename it as
pmd_pgtable_page() instead.
Link: https://lkml.kernel.org/r/20221124131641.1523772-1-anshuman.khandual@arm.com
Signed-off-by: Anshuman Khandual <anshuman.khandual@arm.com>
Cc: Mike Kravetz <mike.kravetz@oracle.com>
Cc: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'io_uring/msg_ring.c')
0 files changed, 0 insertions, 0 deletions