]> 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)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Thu, 16 Dec 2021 03:01:35 +0000 (22:01 -0500)
commit6941de57ac638fbb319ea5b232eab0dd25ee8c4f
tree13edfd9e1a69f8df41161be048895ac1aa66a3f8
parente00b7d85357a94f3f8b6b63fbe6c15ff1276a91d
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: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
kernel/fork.c