qemu-block
[Top][All Lists]
Advanced

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

[Qemu-block] [PULL 06/12] qcow2: Remove stale FIXME comment


From: Kevin Wolf
Subject: [Qemu-block] [PULL 06/12] qcow2: Remove stale FIXME comment
Date: Fri, 11 Nov 2016 17:55:05 +0100

From: Alberto Garcia <address@hidden>

It was from the time when none of the global functions had a qcow2_
prefix.

Signed-off-by: Alberto Garcia <address@hidden>
Signed-off-by: Kevin Wolf <address@hidden>
---
 block/qcow2.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/block/qcow2.h b/block/qcow2.h
index 92203a8..1823414 100644
--- a/block/qcow2.h
+++ b/block/qcow2.h
@@ -473,8 +473,6 @@ static inline uint64_t refcount_diff(uint64_t r1, uint64_t 
r2)
     return r1 > r2 ? r1 - r2 : r2 - r1;
 }
 
-// FIXME Need qcow2_ prefix to global functions
-
 /* qcow2.c functions */
 int qcow2_backing_read1(BlockDriverState *bs, QEMUIOVector *qiov,
                   int64_t sector_num, int nb_sectors);
-- 
1.8.3.1




reply via email to

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