Re: [PATCH R2 5/7] xen/balloon: Protect before CPU exhaust byevent/x process

From: Konrad Rzeszutek Wilk
Date: Thu Dec 30 2010 - 11:28:02 EST


> -static int increase_reservation(unsigned long nr_pages)
> +static enum bp_state increase_reservation(unsigned long nr_pages)
> {
> + enum bp_state state = BP_DONE;
> + int rc;
> unsigned long pfn, i, flags;
> struct page *page;
> - long rc;

How come? Is it just a cleanup?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/