]> 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>
Mon, 22 Aug 2022 22:58:33 +0000 (15:58 -0700)
commitc11a665558c7f63647d71d9e3e658cc97a639728
tree3333d0b15f0321c90a2446a0894c932321f78ee6
parent9ce1db56225abe697a0b229e1ef9e23fe7577781
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