* [PATCH] grant-table: clear page->private in gnttab_copy_grant_page
@ 2010-02-23 19:12 Ian Campbell
0 siblings, 0 replies; only message in thread
From: Ian Campbell @ 2010-02-23 19:12 UTC (permalink / raw)
To: xen-devel; +Cc: Jeremy Fitzhardinge, Steven Smith, Ian Campbell
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-02-23 19:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-23 19:12 [PATCH] grant-table: clear page->private in gnttab_copy_grant_page Ian Campbell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).