]> 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>
Fri, 11 Feb 2022 03:38:08 +0000 (22:38 -0500)
commit843d22a034b00a4106abb3b46e21fb485c40c5b5
treeaf28b6c17b7ee353e480b76b36f925a295598d9d
parent90adee4922d8bd04698fdb3ecbfd01266fc07272
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