From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ale.deltatee.com (ale.deltatee.com [207.54.116.67]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id B4230221EA0B9 for ; Thu, 7 Dec 2017 11:09:56 -0800 (PST) References: <20171207150840.28409-1-hch@lst.de> <20171207150840.28409-9-hch@lst.de> From: Logan Gunthorpe Message-ID: Date: Thu, 7 Dec 2017 12:14:22 -0700 MIME-Version: 1.0 In-Reply-To: <20171207150840.28409-9-hch@lst.de> Content-Language: en-US Subject: Re: [PATCH 08/14] mm: merge vmem_altmap_alloc into dev_pagemap_alloc_block_buf List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: linux-nvdimm-bounces@lists.01.org Sender: "Linux-nvdimm" To: Christoph Hellwig , Dan Williams Cc: linux-mm@kvack.org, =?UTF-8?B?SsOpcsO0bWUgR2xpc3Nl?= , linux-nvdimm@lists.01.org List-ID: On 07/12/17 08:08 AM, Christoph Hellwig wrote: > There is no clear separation between the two, so merge them. Also move > the device page map argument first for the more natural calling > convention. > > Signed-off-by: Christoph Hellwig Reviewed-by: Logan Gunthorpe _______________________________________________ Linux-nvdimm mailing list Linux-nvdimm@lists.01.org https://lists.01.org/mailman/listinfo/linux-nvdimm From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it0-f72.google.com (mail-it0-f72.google.com [209.85.214.72]) by kanga.kvack.org (Postfix) with ESMTP id BCCCB6B026F for ; Thu, 7 Dec 2017 14:14:31 -0500 (EST) Received: by mail-it0-f72.google.com with SMTP id g69so12571444ita.9 for ; Thu, 07 Dec 2017 11:14:31 -0800 (PST) Received: from ale.deltatee.com (ale.deltatee.com. [207.54.116.67]) by mx.google.com with ESMTPS id s6si3923013ioe.247.2017.12.07.11.14.30 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 07 Dec 2017 11:14:30 -0800 (PST) References: <20171207150840.28409-1-hch@lst.de> <20171207150840.28409-9-hch@lst.de> From: Logan Gunthorpe Message-ID: Date: Thu, 7 Dec 2017 12:14:22 -0700 MIME-Version: 1.0 In-Reply-To: <20171207150840.28409-9-hch@lst.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [PATCH 08/14] mm: merge vmem_altmap_alloc into dev_pagemap_alloc_block_buf Sender: owner-linux-mm@kvack.org List-ID: To: Christoph Hellwig , Dan Williams Cc: =?UTF-8?B?SsOpcsO0bWUgR2xpc3Nl?= , linux-nvdimm@lists.01.org, linux-mm@kvack.org On 07/12/17 08:08 AM, Christoph Hellwig wrote: > There is no clear separation between the two, so merge them. Also move > the device page map argument first for the more natural calling > convention. > > Signed-off-by: Christoph Hellwig Reviewed-by: Logan Gunthorpe -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org