Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754439Ab0DMASl (ORCPT ); Mon, 12 Apr 2010 20:18:41 -0400 Received: from f0.cmpxchg.org ([85.214.51.133]:47149 "EHLO cmpxchg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754352Ab0DMASk (ORCPT ); Mon, 12 Apr 2010 20:18:40 -0400 Date: Tue, 13 Apr 2010 02:18:26 +0200 From: Johannes Weiner To: Linus Torvalds Cc: Borislav Petkov , Rik van Riel , KOSAKI Motohiro , Andrew Morton , Minchan Kim , Linux Kernel Mailing List , Lee Schermerhorn , Nick Piggin , Andrea Arcangeli , Hugh Dickins , sgunderson@bigfoot.com Subject: Re: [PATCH 3/4] anon_vma: clone the anon_vma chain in the right order Message-ID: <20100413001826.GC20163@cmpxchg.org> References: <20100412072056.GA2432@liondog.tnic> <4BC36916.3080005@redhat.com> <20100412190002.GA8595@a1.tnic> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 868 Lines: 19 On Mon, Apr 12, 2010 at 01:23:24PM -0700, Linus Torvalds wrote: > > From: Linus Torvalds > 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 Acked-by: Johannes Weiner -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/