From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Jason Gunthorpe Subject: Re: [PATCH 20/25] mm: remove hmm_vma_alloc_locked_page Date: Thu, 27 Jun 2019 16:26:31 +0000 Message-ID: <20190627162624.GE9499@mellanox.com> References: <20190626122724.13313-1-hch@lst.de> <20190626122724.13313-21-hch@lst.de> In-Reply-To: <20190626122724.13313-21-hch@lst.de> Content-Language: en-US Content-Type: text/plain; charset="iso-8859-1" Content-ID: <6EDBED9EAD9A054886AF3DDD66AD8103@eurprd05.prod.outlook.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Sender: owner-linux-mm@kvack.org To: Christoph Hellwig Cc: Dan Williams , =?iso-8859-1?Q?J=E9r=F4me_Glisse?= , Ben Skeggs , "linux-mm@kvack.org" , "nouveau@lists.freedesktop.org" , "dri-devel@lists.freedesktop.org" , "linux-nvdimm@lists.01.org" , "linux-pci@vger.kernel.org" , "linux-kernel@vger.kernel.org" List-ID: On Wed, Jun 26, 2019 at 02:27:19PM +0200, Christoph Hellwig wrote: > The only user of it has just been removed, and there wasn't really any ne= ed > to wrap a basic memory allocator to start with. >=20 > Signed-off-by: Christoph Hellwig > --- > include/linux/hmm.h | 3 --- > mm/hmm.c | 14 -------------- > 2 files changed, 17 deletions(-) Reviewed-by: Jason Gunthorpe Jason