From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pekka Enberg Subject: Re: [PATCH 03/20] mm: Rename drop_anon_vma to put_anon_vma Date: Sat, 28 Aug 2010 18:08:48 +0300 Message-ID: References: <20100828141637.421594670@chello.nl> <20100828142455.601189436@chello.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mail-iw0-f174.google.com ([209.85.214.174]:40963 "EHLO mail-iw0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751224Ab0H1PIt (ORCPT ); Sat, 28 Aug 2010 11:08:49 -0400 In-Reply-To: <20100828142455.601189436@chello.nl> Sender: linux-arch-owner@vger.kernel.org List-ID: 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 , Mel Gorman , Nick Piggin , Paul McKenney , Yanmin Zhang , Stephen Rothwell On Sat, Aug 28, 2010 at 5:16 PM, Peter Zijlstra wrote: > The normal code pattern used in the kernel is: get/put. > > Signed-off-by: Peter Zijlstra Acked-by: Pekka Enberg