Re: [PATCH RFC 08/12] xen-blkback: use balloon pages for all mappings

From: Roger Pau Monné
Date: Tue Mar 26 2013 - 13:30:53 EST


On 04/03/13 21:22, Konrad Rzeszutek Wilk wrote:
[...]
>> @@ -535,13 +604,17 @@ purge_gnt_list:
>> msecs_to_jiffies(xen_blkif_lru_interval);
>> }
>>
>> + remove_free_pages(blkif, xen_blkif_max_buffer_pages);
>> +
>> if (log_stats && time_after(jiffies, blkif->st_print))
>> print_stats(blkif);
>> }
>>
>> + remove_free_pages(blkif, 0);
>
> What purpose does that have?

This removes all the pages from the pool before closing down.
--
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/