]> xenbits.xensource.com Git - people/liuw/mini-os.git/commitdiff
minios: proper frees are now handled, so drop the FIXME comment
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 1 Jul 2008 13:50:35 +0000 (14:50 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 1 Jul 2008 13:50:35 +0000 (14:50 +0100)
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
blkfront.c
fbfront.c

index 48704bd1c41a98a62b5826e714d0bc40f27d38fe..7deb69fe9ebd118d30e8b69790af360df23b3092 100644 (file)
@@ -125,7 +125,6 @@ struct blkfront_dev *init_blkfront(char *nodename, struct blkfront_info *info)
 
     dev->events = NULL;
 
-    // FIXME: proper frees on failures
 again:
     err = xenbus_transaction_start(&xbt);
     if (err) {
index 245ef468eda7c069893fbeae879adf43dce11763..593d346098da80ad21e5e48b7283bcba590f53a8 100644 (file)
--- a/fbfront.c
+++ b/fbfront.c
@@ -100,7 +100,6 @@ struct kbdfront_dev *init_kbdfront(char *nodename, int abs_pointer)
     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 *nodename, unsigned long *mfns, int width,
         s->pd[i] = 0;
 
 
-    // FIXME: proper frees on failures
 again:
     err = xenbus_transaction_start(&xbt);
     if (err) {