]> www.infradead.org Git - users/jedix/linux-maple.git/commit
fork: Use VMA iterator
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Mon, 4 Jan 2021 19:54:49 +0000 (14:54 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 1 Nov 2021 14:43:49 +0000 (10:43 -0400)
commita746f7b9f8480510be43f42f874e3887e0b3fdf2
tree86a6ee8a125effe67ba2d644b6941d731fb33157
parent91e165def7a138d4e1dfc7b63fc04a18aaba04c1
fork: Use VMA iterator

The VMA iterator is faster than the linked list and removing the linked
list will shrink the vm_area_struct.

Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
kernel/fork.c