]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/mlock: use vma iterator and instead of vma linked list
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Thu, 14 Apr 2022 06:07:22 +0000 (23:07 -0700)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Thu, 14 Apr 2022 21:49:48 +0000 (17:49 -0400)
commit63b3221a58bf4caf4814bab30e7f3f45e921df6b
tree68b60216d08ee2fd78fba2bb01878a6630d8a0f9
parente3b05b85eb756ad731cc3ba976693ef7d24163d4
mm/mlock: use vma iterator and instead of vma linked list

Handle overflow checking in count_mm_mlocked_page_nr() differently.

Link: https://lkml.kernel.org/r/20220404143501.2016403-59-Liam.Howlett@oracle.com
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/mlock.c