]> 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>
Mon, 4 Jan 2021 20:00:14 +0000 (15:00 -0500)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Mon, 14 Mar 2022 18:49:47 +0000 (14:49 -0400)
commit6728d89eeefa3d967e64b7baeae85405700cc73e
tree3765358cec8f21e464b8bdbbd784f52bf18ab511
parent0607013c49c1200426b95620955e93422fa2763a
mm/mlock: Use vma iterator and instead of vma linked list

Handle overflow checking in count_mm_mlocked_page_nr() differently.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
mm/mlock.c