Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753458AbbHVOwp (ORCPT ); Sat, 22 Aug 2015 10:52:45 -0400 Received: from mail-io0-f177.google.com ([209.85.223.177]:36415 "EHLO mail-io0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753314AbbHVOwn convert rfc822-to-8bit (ORCPT ); Sat, 22 Aug 2015 10:52:43 -0400 MIME-Version: 1.0 In-Reply-To: <55D5B98F.4060607@citrix.com> References: <1439990719-19517-1-git-send-email-mopsfelder@gmail.com> <55D5B98F.4060607@citrix.com> From: =?UTF-8?Q?Murilo_Opsfelder_Ara=C3=BAjo?= Date: Sat, 22 Aug 2015 11:52:02 -0300 Message-ID: Subject: Re: [PATCH] xen/tmem: Pass page instead of pfn to xen_tmem_get_page() To: David Vrabel Cc: Linux Kernel Mailing List , xen-devel@lists.xenproject.org, Konrad Rzeszutek Wilk , Boris Ostrovsky , Julien Grall , Stefano Stabellini Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1179 Lines: 28 On Thu, Aug 20, 2015 at 8:27 AM, David Vrabel wrote: > On 19/08/15 14:25, Murilo Opsfelder Araujo wrote: >> The commit 091208a676dfdabb2b8fe86ee155c6fc80081b69 "xen/tmem: Use >> xen_page_to_gfn rather than pfn_to_gfn" left behind a call to >> xen_tmem_get_page() receiving pfn instead of page. >> >> This change also fixes the following build warning: >> >> drivers/xen/tmem.c: In function ‘tmem_cleancache_get_page’: >> drivers/xen/tmem.c:194:47: warning: passing argument 4 of ‘xen_tmem_get_page’ makes pointer from integer without a cast >> ret = xen_tmem_get_page((u32)pool, oid, ind, pfn); >> ^ >> drivers/xen/tmem.c:138:12: note: expected ‘struct page *’ but argument is of type ‘long unsigned int’ >> static int xen_tmem_get_page(u32 pool_id, struct tmem_oid oid, > > I've folded this in, thanks. > > David Thanks, David. -- Murilo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/