From 1e25c34bdc5b25389cd0c792fb091b7c6026eec7 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 1 Jul 2008 14:50:35 +0100 Subject: minios: proper frees are now handled, so drop the FIXME comment Signed-off-by: Samuel Thibault --- extras/mini-os/blkfront.c | 1 - 1 file changed, 1 deletion(-) (limited to 'extras/mini-os/blkfront.c') diff --git a/extras/mini-os/blkfront.c b/extras/mini-os/blkfront.c index 48704bd1c4..7deb69fe9e 100644 --- a/extras/mini-os/blkfront.c +++ b/extras/mini-os/blkfront.c @@ -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) { -- cgit v1.2.3