From: Ian Campbell <ian.campbell@citrix.com>
To: xen-devel@lists.xensource.com
Cc: Jeremy Fitzhardinge <jeremy@goop.org>,
Steven Smith <Steven.Smith@citrix.com>,
Ian Campbell <ian.campbell@citrix.com>
Subject: [PATCH] grant-table: clear page->private in gnttab_copy_grant_page
Date: Tue, 23 Feb 2010 19:12:35 +0000 [thread overview]
Message-ID: <1266952355-26619-1-git-send-email-ian.campbell@citrix.com> (raw)
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
reply other threads:[~2010-02-23 19:12 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1266952355-26619-1-git-send-email-ian.campbell@citrix.com \
--to=ian.campbell@citrix.com \
--cc=Steven.Smith@citrix.com \
--cc=jeremy@goop.org \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).