]> 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>
Tue, 26 Apr 2022 14:36:40 +0000 (10:36 -0400)
commit1a704c5d691ecaf81aa2e9e0bc3391a0a59acff8
treec068ccfc7086dc026ae058942633e60827538a7b
parenta5f7949f05ba14dcd9633a3a0e39fede366ffc9d
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