]> git.baikalelectronics.ru Git - kernel.git/commit
rmap: always add new vmas at the end
authorAndrea Arcangeli <aarcange@redhat.com>
Tue, 10 Aug 2010 00:19:08 +0000 (17:19 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 10 Aug 2010 03:44:58 +0000 (20:44 -0700)
commitfb2af8018ca256838c506896c87d4bcbe4c3441d
tree131b785dc7fb0102ee4fc4f56a1ae948b9861501
parentf83e1d870a49d9a5f70bb888e4676537a8924fe6
rmap: always add new vmas at the end

Make sure to always add new VMAs at the end of the list.  This is
important so rmap_walk does not miss a VMA that was created during the
rmap_walk.

The old code got this right most of the time due to luck, but was buggy
when anon_vma_prepare reused a mergeable anon_vma.

Signed-off-by: Andrea Arcangeli <aarcange@redhat.com>
Signed-off-by: Rik van Riel <riel@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/rmap.c