From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751645AbeACJLj (ORCPT + 1 other); Wed, 3 Jan 2018 04:11:39 -0500 Received: from mx2.suse.de ([195.135.220.15]:33649 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751255AbeACJLh (ORCPT ); Wed, 3 Jan 2018 04:11:37 -0500 Date: Wed, 3 Jan 2018 10:11:34 +0100 From: Michal Hocko To: Andrew Morton Cc: Zi Yan , Naoya Horiguchi , "Kirill A. Shutemov" , Vlastimil Babka , Andrea Reale , Anshuman Khandual , linux-mm@kvack.org, LKML Subject: Re: [PATCH 2/3] mm, migrate: remove reason argument from new_page_t Message-ID: <20180103091134.GB11319@dhcp22.suse.cz> References: <20180103082555.14592-1-mhocko@kernel.org> <20180103082555.14592-3-mhocko@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180103082555.14592-3-mhocko@kernel.org> User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: Ups, this one is missing so it should be foleded in. --- >>From a6f412a700a20ffee3ff3839eae8a0f891332f8a Mon Sep 17 00:00:00 2001 From: Michal Hocko Date: Wed, 3 Jan 2018 10:00:16 +0100 Subject: [PATCH] fold me "mm, migrate: remove reason argument from new_page_t" - fix new_iommu_non_cma_page leftover --- arch/powerpc/mm/mmu_context_iommu.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/powerpc/mm/mmu_context_iommu.c b/arch/powerpc/mm/mmu_context_iommu.c index e0a2d8e806ed..91ee2231c527 100644 --- a/arch/powerpc/mm/mmu_context_iommu.c +++ b/arch/powerpc/mm/mmu_context_iommu.c @@ -75,8 +75,7 @@ EXPORT_SYMBOL_GPL(mm_iommu_preregistered); /* * Taken from alloc_migrate_target with changes to remove CMA allocations */ -struct page *new_iommu_non_cma_page(struct page *page, unsigned long private, - int **resultp) +struct page *new_iommu_non_cma_page(struct page *page, unsigned long private) { gfp_t gfp_mask = GFP_USER; struct page *new_page; -- 2.15.1 -- Michal Hocko SUSE Labs