Ian Campbell
2010-Feb-23 19:12 UTC
[Xen-devel] [PATCH] grant-table: clear page->private in gnttab_copy_grant_page
The tracker is now tracking new_page and not page. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> --- drivers/xen/grant-table.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/xen/grant-table.c b/drivers/xen/grant-table.c index f225cb1..6c6f884 100644 --- a/drivers/xen/grant-table.c +++ b/drivers/xen/grant-table.c @@ -875,6 +875,7 @@ int gnttab_copy_grant_page(grant_ref_t ref, struct page **pagep) SetPageForeign(page, gnttab_page_free); ClearPageReserved(page); + page->private = 0UL; page->mapping = NULL; out: -- 1.5.6.5 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Apparently Analagous Threads
- [PATCH][Linux] gnttab: make dma address conversion logic of gnttab dma arch specific.
- [PATCH] lguest: Compile hypervisor.S into the lg module directly
- [PATCH] lguest: Compile hypervisor.S into the lg module directly
- [Xen-ia64-devel] RE: RE: Linux PG_arch_1 conflict
- [PATCH v6, part3 13/16] mm: correctly update zone->mamaged_pages