]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/mlock: use vma iterator and maple state instead of vma linked list
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 14 Apr 2022 06:07:22 +0000 (23:07 -0700)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Wed, 11 May 2022 13:09:56 +0000 (09:09 -0400)
commitcad24c1f91a3d2ade51ff6ef4315b3c034d2f8c6
tree22974bb9572d7b1cb955a0f1efab4e354825e4c3
parent41f40cdf470e5b0355772a31844df0e91b77825b
mm/mlock: use vma iterator and maple state 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