[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] minios: proper frees are now handled, so drop the FIXME comment
# 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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |