]> 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>
Wed, 20 Jul 2022 02:18:01 +0000 (02:18 +0000)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Tue, 6 Sep 2022 19:44:25 +0000 (15:44 -0400)
commitfcb39d0ef57310c267d23761d4efa0d2a8f2e37d
tree5bb2da855e379af7e78d067d25ad40b2d55ee1dc
parent709cc62dbd985dad754fa71636f7be3128c41984
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