]> 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>
Fri, 11 Feb 2022 03:38:09 +0000 (22:38 -0500)
commitafae80e3e6afe1dbad6b2ed357c87e186b13e8b6
tree8cb140618c6d265d2341b52f50fb77c4c2d7c994
parent320bfda05e1085336027b42acd50877bde89cd60
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