WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [linux-2.6.18-xen] gnttab: Revert c/s 714 as it doesn't

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [linux-2.6.18-xen] gnttab: Revert c/s 714 as it doesn't really fix Jake's bug.
From: "Xen patchbot-linux-2.6.18-xen" <patchbot-linux-2.6.18-xen@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 30 Oct 2008 13:20:09 -0700
Delivery-date: Thu, 30 Oct 2008 13:19:55 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1225367986 0
# Node ID eb759c00a1f8147c103af82a01b97836f347f602
# Parent  a71e987e15fc779fec01afaf3e0b52a2250fbf96
gnttab: Revert c/s 714 as it doesn't really fix Jake's bug.
Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxx>
---
 drivers/xen/core/gnttab.c |    1 -
 1 files changed, 1 deletion(-)

diff -r a71e987e15fc -r eb759c00a1f8 drivers/xen/core/gnttab.c
--- a/drivers/xen/core/gnttab.c Wed Oct 29 10:12:14 2008 +0000
+++ b/drivers/xen/core/gnttab.c Thu Oct 30 11:59:46 2008 +0000
@@ -365,7 +365,6 @@ void gnttab_cancel_free_callback(struct 
        for (pcb = &gnttab_free_callback_list; *pcb; pcb = &(*pcb)->next) {
                if (*pcb == callback) {
                        *pcb = callback->next;
-                       callback->next = NULL;
                        break;
                }
        }

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [linux-2.6.18-xen] gnttab: Revert c/s 714 as it doesn't really fix Jake's bug., Xen patchbot-linux-2.6.18-xen <=