]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: pagewalk: don't check vma in walk_page_range_novma()
authorRolf Eike Beer <eb@emlix.com>
Mon, 22 Aug 2022 13:00:47 +0000 (15:00 +0200)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 26 Aug 2022 05:03:25 +0000 (22:03 -0700)
commit03836c730123063f9bfc18fa5ce95c4ea25a281f
tree3af434b71f289454fa1b6969bf8db6394fe0be16
parent139f34742fb7c95bb95f0ff5867cb5549a5870a1
mm: pagewalk: don't check vma in walk_page_range_novma()

Directly call walk_pgd_range() as that is everything that will actually
happen in __walk_page_range() besides checking if the vma is set.

Link: https://lkml.kernel.org/r/21585888.EfDdHjke4D@devpool047
Signed-off-by: Rolf Eike Beer <eb@emlix.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/pagewalk.c