]> 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>
Tue, 8 Mar 2022 18:19:13 +0000 (13:19 -0500)
commit1de6f0ed5c900c2f45454f939abd69fea94699c3
tree2e89b3c6ede8dfcaa083201e067b90d29f84fe30
parent5b00ef1718c00ff567fb0b774c058a51fe91aa2b
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