From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 0B2211A06F4 for ; Fri, 19 Feb 2016 21:31:06 +1100 (AEDT) Message-ID: <1455877859.6506.1.camel@ellerman.id.au> Subject: Re: [RFC 4/4] powerpc/mm: Rename global tracker for virtual to physical mapping From: Michael Ellerman To: Anshuman Khandual , linuxppc-dev@lists.ozlabs.org Cc: aneesh.kumar@linux.vnet.ibm.com Date: Fri, 19 Feb 2016 21:30:59 +1100 In-Reply-To: <56C6A00C.5030602@linux.vnet.ibm.com> References: <1455711179-20357-1-git-send-email-khandual@linux.vnet.ibm.com> <1455711179-20357-4-git-send-email-khandual@linux.vnet.ibm.com> <1455806240.5284.19.camel@ellerman.id.au> <56C6A00C.5030602@linux.vnet.ibm.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2016-02-19 at 10:24 +0530, Anshuman Khandual wrote: > On 02/18/2016 08:07 PM, Michael Ellerman wrote: > > On Wed, 2016-02-17 at 17:42 +0530, Anshuman Khandual wrote: > > > > > This renames the global list which tracks all the virtual to physical > > > mapping and also the global list which tracks all the available unused > > > vmemmap_hw_map node structures. > > > > But why? Why are the new names *so* much better that we would want to go > > through all this churn? > > Hmm, okay. Its kind of subjective but then its upto you. Yeah it is of course. I'm not saying your names aren't better, but they're not obviously better to me, and so it's a lot of code churn for not much benefit IMHO. But you can try and convince me if you really feel strongly about it. > > > It also attempts to explain the purpose > > > of these global linked lists and points out a possible race condition. > > > > I'm happy to take the comments. > > Sure, will send across next time around separately. Thanks. cheers