From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave McCracken Subject: Re: [PATCH] linux/balloon: prefer using pages from balloon in alloc_empty_pages_and_pagevec() Date: Fri, 18 Dec 2009 15:03:30 -0600 Message-ID: <200912181503.30719.dcm@mccr.org> References: <4B2907320200007800026472@vpn.id2.novell.com> <200912180832.54632.dcm@mccr.org> <4B2BA75B0200007800026A81@vpn.id2.novell.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4B2BA75B0200007800026A81@vpn.id2.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Jan Beulich Cc: Jeremy Fitzhardinge , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Friday 18 December 2009, Jan Beulich wrote: > >Ok, yeah. It frees up the page that's currently being worked on, then > > jumps to err: to clean up all the other pages in the pagevec and free > > the pagevec. Is there something wrong about it that I'm missing? > > It should __free_pages(..., order) rather than __free_page(...). Gah, you're right. Of course. Sorry. I'll add that fix to my patch. Dave McCracken