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] [xen-unstable] minios: proper frees are now handled, so

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] minios: proper frees are now handled, so drop the FIXME comment
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 01 Jul 2008 13:00:15 -0700
Delivery-date: Tue, 01 Jul 2008 13:00:05 -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 1214920235 -3600
# Node ID 19970181d6a46aee1199857b6d3c6bedc7507121
# Parent  6685c412698f43592c0f9fcc941ecb0b3a5e2012
minios: proper frees are now handled, so drop the FIXME comment

Signed-off-by: Samuel Thibault <samuel.thibault@xxxxxxxxxxxxx>
---
 extras/mini-os/blkfront.c |    1 -
 extras/mini-os/fbfront.c  |    2 --
 2 files changed, 3 deletions(-)

diff -r 6685c412698f -r 19970181d6a4 extras/mini-os/blkfront.c
--- a/extras/mini-os/blkfront.c Tue Jul 01 13:27:41 2008 +0100
+++ b/extras/mini-os/blkfront.c Tue Jul 01 14:50:35 2008 +0100
@@ -125,7 +125,6 @@ struct blkfront_dev *init_blkfront(char 
 
     dev->events = NULL;
 
-    // FIXME: proper frees on failures
 again:
     err = xenbus_transaction_start(&xbt);
     if (err) {
diff -r 6685c412698f -r 19970181d6a4 extras/mini-os/fbfront.c
--- a/extras/mini-os/fbfront.c  Tue Jul 01 13:27:41 2008 +0100
+++ b/extras/mini-os/fbfront.c  Tue Jul 01 14:50:35 2008 +0100
@@ -100,7 +100,6 @@ struct kbdfront_dev *init_kbdfront(char 
     s->in_cons = s->in_prod = 0;
     s->out_cons = s->out_prod = 0;
 
-    // FIXME: proper frees on failures
 again:
     err = xenbus_transaction_start(&xbt);
     if (err) {
@@ -408,7 +407,6 @@ struct fbfront_dev *init_fbfront(char *n
         s->pd[i] = 0;
 
 
-    // FIXME: proper frees on failures
 again:
     err = xenbus_transaction_start(&xbt);
     if (err) {

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] minios: proper frees are now handled, so drop the FIXME comment, Xen patchbot-unstable <=