|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] LVM2 Snapshot Problems
On Mon, Aug 09, 2004 at 08:35:01PM +0100, Keir Fraser wrote:
> Please try adding 'XEN_flush_page_update_queue()' to
> mm/vmalloc.c:__vmalloc_area_pages, just before 'return 0':
>
> .....
> spin_unlock(&init_mm.page_table_lock);
> flush_cache_all();
> XEN_flush_page_update_queue();
> return 0;
> err:
> .....
I decided to try this before attempting snapshots under Linux 2.6, since
this was quicker.
I made the change you specified and recompiled. This seems to fix the
problem. I'll do a bit more testing in a bit.
Thanks!
--Michael Vrable
-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|