From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail191.messagelabs.com (mail191.messagelabs.com [216.82.242.19]) by kanga.kvack.org (Postfix) with SMTP id 5D4676B01EF for ; Mon, 29 Mar 2010 14:23:37 -0400 (EDT) Date: Mon, 29 Mar 2010 20:23:12 +0200 From: Andrea Arcangeli Subject: Re: [PATCH 31 of 41] memcg compound Message-ID: <20100329182312.GZ5825@random.random> References: <20100329105714.5c89940e.nishimura@mxp.nes.nec.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100329105714.5c89940e.nishimura@mxp.nes.nec.co.jp> Sender: owner-linux-mm@kvack.org To: Daisuke Nishimura Cc: linux-mm@kvack.org, Andrew Morton , Marcelo Tosatti , Adam Litke , Avi Kivity , Izik Eidus , Hugh Dickins , Nick Piggin , Rik van Riel , Mel Gorman , Dave Hansen , Benjamin Herrenschmidt , Ingo Molnar , Mike Travis , KAMEZAWA Hiroyuki , Christoph Lameter , Chris Wright , bpicco@redhat.com, KOSAKI Motohiro , Balbir Singh , Arnd Bergmann , "Michael S. Tsirkin" , Peter Zijlstra , Johannes Weiner List-ID: On Mon, Mar 29, 2010 at 10:57:14AM +0900, Daisuke Nishimura wrote: > + int csize = max(CHARGE_SIZE, page_size); I had to cast page_size to unsigned long to shut off an harmless warning. Hopefully all archs defines PAGE_SIZE as UL. > Thanks, Thanks to you for spotting the two issues. Andrea -- 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