From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757322Ab0FIK7j (ORCPT ); Wed, 9 Jun 2010 06:59:39 -0400 Received: from gir.skynet.ie ([193.1.99.77]:45164 "EHLO gir.skynet.ie" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752463Ab0FIK7g (ORCPT ); Wed, 9 Jun 2010 06:59:36 -0400 Date: Wed, 9 Jun 2010 11:59:18 +0100 From: Mel Gorman To: Peter Zijlstra Cc: Andrea Arcangeli , Avi Kivity , Thomas Gleixner , Rik van Riel , Ingo Molnar , akpm@linux-foundation.org, Linus Torvalds , linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, Benjamin Herrenschmidt , David Miller , Hugh Dickins , Nick Piggin , "Paul E. McKenney" , KAMEZAWA Hiroyuki Subject: Re: [PATCH 03/28] rename anon_vma_lock to vma_lock_anon_vma Message-ID: <20100609105917.GD5650@csn.ul.ie> References: <20100607110654.606530953@chello.nl> <20100607111406.662536918@chello.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20100607111406.662536918@chello.nl> User-Agent: Mutt/1.5.17+20080114 (2008-01-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 07, 2010 at 01:06:57PM +0200, Peter Zijlstra wrote: > From: Rik van Riel > > 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 > Acked-by: Mel Gorman > Acked-by: KAMEZAWA Hiroyuki > Signed-off-by: Peter Zijlstra > LKML-Reference: <20100526153853.55b72183@annuminas.surriel.com> One rename was missed I think. With this patch applied, I get mm/mmap.c: In function ‘expand_downwards’: mm/mmap.c:1786: error: implicit declaration of function ‘anon_vma_unlock’ make[1]: *** [mm/mmap.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [mm] Error 2 -- Mel Gorman Part-time Phd Student Linux Technology Center University of Limerick IBM Dublin Software Lab