Samuel Thibault
2008-Jul-01 13:47 UTC
[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@eu.citrix.com> 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@lists.xensource.com http://lists.xensource.com/xen-devel