]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/ksm: use vma iterators instead of vma linked list
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 14 Apr 2022 06:07:21 +0000 (23:07 -0700)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Wed, 11 May 2022 13:09:56 +0000 (09:09 -0400)
commit53579cd10e9412d044549a41d54c217d1a61d321
tree8da6647531fe9c779ad0efd2e7c2e4439e6b6861
parentab1415ea3e0e8f90d99dde556841e5bb69a4777a
mm/ksm: use vma iterators instead of vma linked list

Remove the use of the linked list for eventual removal.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
mm/ksm.c