]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/mlock: use vma iterator and 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>
Tue, 26 Apr 2022 14:36:40 +0000 (10:36 -0400)
commit0d43186b36c19403a8f1419cc74de0efaa293534
tree95718a14500aacb1e4de56a808d42e697baed4a4
parent23ca62ddb5b1d79b197bcde7f53a259a5c1676e8
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