Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754124Ab0DLU6Y (ORCPT ); Mon, 12 Apr 2010 16:58:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46962 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754010Ab0DLU6X (ORCPT ); Mon, 12 Apr 2010 16:58:23 -0400 Message-ID: <4BC38928.3000402@redhat.com> Date: Mon, 12 Apr 2010 16:57:12 -0400 From: Rik van Riel User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.7) Gecko/20100120 Fedora/3.0.1-1.fc12 Lightning/1.0b2pre Thunderbird/3.0.1 MIME-Version: 1.0 To: Linus Torvalds CC: Borislav Petkov , Johannes Weiner , 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 References: <20100411130801.GA7189@a1.tnic> <20100411185508.GA4450@liondog.tnic> <20100412072056.GA2432@liondog.tnic> <4BC36916.3080005@redhat.com> <20100412190002.GA8595@a1.tnic> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 843 Lines: 20 On 04/12/2010 04:23 PM, 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: Rik van Riel -- 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/