Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751136Ab0DMEQW (ORCPT ); Tue, 13 Apr 2010 00:16:22 -0400 Received: from mail-yw0-f194.google.com ([209.85.211.194]:57931 "EHLO mail-yw0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750711Ab0DMEQV convert rfc822-to-8bit (ORCPT ); Tue, 13 Apr 2010 00:16:21 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Rpt9d09InucPXkXLyyuQc4Aj5zl080SHBJm6AOU9CA0atI3EvZkAC3QHq100EPRxBm fB/F1Cr53k/b5fVJ3PZ23J2VXs74ZCMTGdhJmumG2qxcCVcmwT+6iE2f/BgzVHmLuoVt Kwi968OfAaeV0lEy+QLrGa2ru3/0E+foLrPe0= MIME-Version: 1.0 In-Reply-To: References: <20100411130801.GA7189@a1.tnic> <20100412072056.GA2432@liondog.tnic> <4BC36916.3080005@redhat.com> <20100412190002.GA8595@a1.tnic> Date: Tue, 13 Apr 2010 13:16:20 +0900 Message-ID: Subject: Re: [PATCH 3/4] anon_vma: clone the anon_vma chain in the right order From: Minchan Kim To: Linus Torvalds Cc: Borislav Petkov , Rik van Riel , Johannes Weiner , KOSAKI Motohiro , Andrew Morton , Linux Kernel Mailing List , Lee Schermerhorn , Nick Piggin , Andrea Arcangeli , Hugh Dickins , sgunderson@bigfoot.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 922 Lines: 24 On Tue, Apr 13, 2010 at 5:23 AM, 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 Reviewed-by: Minchan Kim -- Kind regards, Minchan Kim -- 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/