]> 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, 26 Nov 2021 19:50:32 +0000 (14:50 -0500)
commitb00a6fdbaf3f5cc53cb96b76f380a27d33c1c10b
tree5e191566aceed3e998d233515379846308f0d5b1
parent891ca8818177238393cc0d3e2d60db72801ceef7
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