]> 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)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Sat, 30 Oct 2021 03:38:44 +0000 (23:38 -0400)
commit95260ea9a2e26f11872302454ab3a1428a7da5ba
treec277233ba069973b0002eaa7585fa5da2006c7b7
parentd45730d47a781cf4f159406108cfc7fee93647b6
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: Liam R. Howlett <Liam.Howlett@Oracle.com>
fs/exec.c