From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757224Ab0EZR3L (ORCPT ); Wed, 26 May 2010 13:29:11 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:45596 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757102Ab0EZR3J (ORCPT ); Wed, 26 May 2010 13:29:09 -0400 Date: Wed, 26 May 2010 10:25:14 -0700 (PDT) From: Linus Torvalds To: Rik van Riel cc: Andrew Morton , Mel Gorman , Andrea Arcangeli , Minchan Kim , Linux-MM , KAMEZAWA Hiroyuki , LKML , Lee Schermerhorn Subject: Re: [PATCH 1/5] rename anon_vma_lock to vma_lock_anon_vma In-Reply-To: <20100526112505.1bddf24d@annuminas.surriel.com> Message-ID: References: <20100512133815.0d048a86@annuminas.surriel.com> <20100512134029.36c286c4@annuminas.surriel.com> <20100512210216.GP24989@csn.ul.ie> <4BEB18BB.5010803@redhat.com> <20100513095439.GA27949@csn.ul.ie> <20100513103356.25665186@annuminas.surriel.com> <20100513140919.0a037845.akpm@linux-foundation.org> <4BFC9CCF.6000809@redhat.com> <20100526112403.635be0ed@annuminas.surriel.com> <20100526112505.1bddf24d@annuminas.surriel.com> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 26 May 2010, Rik van Riel wrote: > > Subject: rename anon_vma_lock to vma_lock_anon_vma > > Rename anon_vma_lock to vma_lock_anon_vma. This matches the > naming style used in page_lock_anon_vma and will come in really > handy further down in this patch series. > > Signed-off-by: Rik van Riel This v2 series seems to be missing all the ack's etc from the previous series. At least Mel and Hiroyuki-san had acked several of the patches. What's the point of making a v2 if it doesn't actually take the input from v1 into account? Linus