From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752055AbdLSPCx (ORCPT ); Tue, 19 Dec 2017 10:02:53 -0500 Received: from verein.lst.de ([213.95.11.211]:38716 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751621AbdLSPCr (ORCPT ); Tue, 19 Dec 2017 10:02:47 -0500 Date: Tue, 19 Dec 2017 16:02:42 +0100 From: Christoph Hellwig To: Dan Williams Cc: Christoph Hellwig , =?iso-8859-1?B?Suly9G1l?= Glisse , Logan Gunthorpe , "linux-nvdimm@lists.01.org" , linuxppc-dev , X86 ML , Linux MM , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 06/17] mm: pass the vmem_altmap to arch_remove_memory and __remove_pages Message-ID: <20171219150242.GA13124@lst.de> References: <20171215140947.26075-1-hch@lst.de> <20171215140947.26075-7-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 15, 2017 at 06:04:37PM -0800, Dan Williams wrote: > On Fri, Dec 15, 2017 at 6:09 AM, Christoph Hellwig wrote: > > We can just pass this on instead of having to do a radix tree lookup > > without proper locking 2 levels into the callchain. > > > > Signed-off-by: Christoph Hellwig wip > > I assume that "wip" is a typo? It was the description of the patch this got folded into in my local tree. So basically equivalent to a typo :)