qemu-trivial
[Top][All Lists]
Advanced

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

[Qemu-trivial] [PATCH] qcow2: Remove FIXME comment, already fixed


From: Deepak Kathayat
Subject: [Qemu-trivial] [PATCH] qcow2: Remove FIXME comment, already fixed
Date: Mon, 24 Mar 2014 14:06:15 +0800

Signed-off-by: Deepak Kathayat <address@hidden>
---
 block/qcow2.h |    1 -
 1 file changed, 1 deletion(-)

diff --git a/block/qcow2.h b/block/qcow2.h
index 0b0eac8..25663d4 100644
--- a/block/qcow2.h
+++ b/block/qcow2.h
@@ -413,7 +413,6 @@ static inline uint64_t l2meta_cow_end(QCowL2Meta *m)
         + (m->cow_end.nb_sectors << BDRV_SECTOR_BITS);
 }
 
-// FIXME Need qcow2_ prefix to global functions
 
 /* qcow2.c functions */
 int qcow2_backing_read1(BlockDriverState *bs, QEMUIOVector *qiov,
-- 
1.7.9.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]