[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [PATCH] minios: proper frees are now handled, so drop the FIXME comment



minios: proper frees are now handled, so drop the FIXME comment

Signed-off-by: Samuel Thibault <samuel.thibault@xxxxxxxxxxxxx>

diff -r e7a77dc15d62 extras/mini-os/blkfront.c
--- a/extras/mini-os/blkfront.c Tue Jul 01 14:46:23 2008 +0100
+++ b/extras/mini-os/blkfront.c Tue Jul 01 14:47:15 2008 +0100
@@ -125,7 +125,6 @@
 
     dev->events = NULL;
 
-    // FIXME: proper frees on failures
 again:
     err = xenbus_transaction_start(&xbt);
     if (err) {
diff -r e7a77dc15d62 extras/mini-os/fbfront.c
--- a/extras/mini-os/fbfront.c  Tue Jul 01 14:46:23 2008 +0100
+++ b/extras/mini-os/fbfront.c  Tue Jul 01 14:47:15 2008 +0100
@@ -100,7 +100,6 @@
     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 @@
         s->pd[i] = 0;
 
 
-    // FIXME: proper frees on failures
 again:
     err = xenbus_transaction_start(&xbt);
     if (err) {

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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.