From: Rik van Riel on 12 Apr 2010 17:10 On 04/12/2010 04:23 PM, Linus Torvalds wrote: > > From: Linus Torvalds<torvalds(a)linux-foundation.org> > Date: Sun, 11 Apr 2010 17:15:03 -0700 > Subject: [PATCH 3/4] anon_vma: clone the anon_vma chain in the right order > > We want to walk the chain in reverse order when cloning it, so that the > order of the result chain will be the same as the order in the source > chain. When we add entries to the chain, they go at the head of the > chain, so we want to add the source head last. > > Signed-off-by: Linus Torvalds<torvalds(a)linux-foundation.org> Reviewed-by: Rik van Riel <riel(a)redhat.com> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Johannes Weiner on 12 Apr 2010 20:20 On Mon, Apr 12, 2010 at 01:23:24PM -0700, Linus Torvalds wrote: > > From: Linus Torvalds <torvalds(a)linux-foundation.org> > Date: Sun, 11 Apr 2010 17:15:03 -0700 > Subject: [PATCH 3/4] anon_vma: clone the anon_vma chain in the right order > > We want to walk the chain in reverse order when cloning it, so that the > order of the result chain will be the same as the order in the source > chain. When we add entries to the chain, they go at the head of the > chain, so we want to add the source head last. > > Signed-off-by: Linus Torvalds <torvalds(a)linux-foundation.org> Acked-by: Johannes Weiner <hannes(a)cmpxchg.org> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Minchan Kim on 13 Apr 2010 00:20 On Tue, Apr 13, 2010 at 5:23 AM, Linus Torvalds <torvalds(a)linux-foundation.org> wrote: > > From: Linus Torvalds <torvalds(a)linux-foundation.org> > Date: Sun, 11 Apr 2010 17:15:03 -0700 > Subject: [PATCH 3/4] anon_vma: clone the anon_vma chain in the right order > > We want to walk the chain in reverse order when cloning it, so that the > order of the result chain will be the same as the order in the source > chain. When we add entries to the chain, they go at the head of the > chain, so we want to add the source head last. > > Signed-off-by: Linus Torvalds <torvalds(a)linux-foundation.org> Reviewed-by: Minchan Kim <minchan.kim(a)gmail.com> -- Kind regards, Minchan Kim -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Pages: 1 Prev: vma_adjust: fix the copying of anon_vma chains Next: ext2: Preparation to remove BKL |