[RFC v4][PATCH 4/9] Memory management (dump)

Dave Hansen dave at linux.vnet.ibm.com
Fri Sep 12 09:57:04 PDT 2008


On Tue, 2008-09-09 at 03:42 -0400, Oren Laadan wrote: 
> +	if (unlikely(ret < 0)) {
> +		nr = pgarr->nr_free - nr;
> +		while (nr--)
> +			page_cache_release(*(--pagep));
> +		return ret;
> +	}

Oren, please take a good, hard look through all these patches (i.e.
grep) and find all of the (un)likely calls and toss them out.  They're
unneeded.
> 
-- Dave



More information about the Containers mailing list