]> www.infradead.org Git - users/jedix/linux-maple.git/commit
exec: Use VMA iterator instead of linked list
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Mon, 4 Jan 2021 19:45:37 +0000 (14:45 -0500)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Tue, 8 Mar 2022 18:19:12 +0000 (13:19 -0500)
commitfd3b74e73dcec52c66fda0a33b0faa3161566bea
tree47cfa3156f2217c087229464712dcea8c08f5c08
parent975076b87c41457fa89e52c51fd5f6910ebe1ac5
exec: Use VMA iterator instead of linked list

Remove a use of the vm_next list by doing the initial lookup with the
VMA iterator and then using it to find the next entry.

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