]> Git Repo - linux.git/commit - mm/memcontrol.c
mm: split out a new pagewalk.h header from mm.h
authorChristoph Hellwig <[email protected]>
Wed, 28 Aug 2019 14:19:53 +0000 (16:19 +0200)
committerJason Gunthorpe <[email protected]>
Sat, 7 Sep 2019 07:28:04 +0000 (04:28 -0300)
commita520110e4a15ceb385304d9cab22bb51438f6080
tree8b5ae186c0b10b1906cd1ebebffe3203ec9f9f26
parent810e24e009cf71bf85a1524f272a744c54ca6591
mm: split out a new pagewalk.h header from mm.h

Add a new header for the two handful of users of the walk_page_range /
walk_page_vma interface instead of polluting all users of mm.h with it.

Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Christoph Hellwig <[email protected]>
Reviewed-by: Thomas Hellstrom <[email protected]>
Reviewed-by: Steven Price <[email protected]>
Reviewed-by: Jason Gunthorpe <[email protected]>
Signed-off-by: Jason Gunthorpe <[email protected]>
14 files changed:
arch/openrisc/kernel/dma.c
arch/powerpc/mm/book3s64/subpage_prot.c
arch/s390/mm/gmap.c
fs/proc/task_mmu.c
include/linux/mm.h
include/linux/pagewalk.h [new file with mode: 0644]
mm/hmm.c
mm/madvise.c
mm/memcontrol.c
mm/mempolicy.c
mm/migrate.c
mm/mincore.c
mm/mprotect.c
mm/pagewalk.c
This page took 0.073214 seconds and 4 git commands to generate.