]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/vma: Drop incorrect comment from vms_gather_munmap_vmas()
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Fri, 16 Aug 2024 19:34:43 +0000 (15:34 -0400)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Tue, 27 Aug 2024 16:49:10 +0000 (12:49 -0400)
commitaaf6c28c0914cc890bab684f6ccbc34c9ac061ea
treee8d4ab446d79c10caef2ebb21fe3b93fb82fcd77
parentbc093ef205202af9cb654024e7c4a7141864e09f
mm/vma: Drop incorrect comment from vms_gather_munmap_vmas()

The comment has been outdated since 6b73cff239e52 ("mm: change munmap
splitting order and move_vma()").  The move_vma() was altered to fix the
fragile state of the accounting since then.

Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
Reviewed-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
mm/vma.c