]> Git Repo - linux.git/commit
mm: replace hpage_nr_pages with thp_nr_pages
authorMatthew Wilcox (Oracle) <[email protected]>
Sat, 15 Aug 2020 00:30:37 +0000 (17:30 -0700)
committerLinus Torvalds <[email protected]>
Sat, 15 Aug 2020 02:56:56 +0000 (19:56 -0700)
commit6c357848b44b4016ca422178aa368a7472245f6f
treeed90c2a84790edf7daf695d8f9fb5c92ca656ff1
parentaf3bbc12df80e8c279b94c752b6edca29841f4f5
mm: replace hpage_nr_pages with thp_nr_pages

The thp prefix is more frequently used than hpage and we should be
consistent between the various functions.

[[email protected]: fix mm/migrate.c]

Signed-off-by: Matthew Wilcox (Oracle) <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Reviewed-by: William Kucharski <[email protected]>
Reviewed-by: Zi Yan <[email protected]>
Cc: Mike Kravetz <[email protected]>
Cc: David Hildenbrand <[email protected]>
Cc: "Kirill A. Shutemov" <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Linus Torvalds <[email protected]>
20 files changed:
include/linux/huge_mm.h
include/linux/mm_inline.h
include/linux/pagemap.h
mm/compaction.c
mm/filemap.c
mm/gup.c
mm/internal.h
mm/memcontrol.c
mm/memory_hotplug.c
mm/mempolicy.c
mm/migrate.c
mm/mlock.c
mm/page_io.c
mm/page_vma_mapped.c
mm/rmap.c
mm/swap.c
mm/swap_state.c
mm/swapfile.c
mm/vmscan.c
mm/workingset.c
This page took 0.047597 seconds and 4 git commands to generate.