提交 8a15b813 编写于 作者: M Max Reitz 提交者: Kevin Wolf

qcow2: Correct comment for realloc_refcount_block()

Contrary to the comment describing this function's behavior, it does not
return 0 on success, but rather the offset of the newly allocated
cluster. This patch adjusts the comment accordingly to reflect the
actual behavior.
Signed-off-by: NMax Reitz <mreitz@redhat.com>
Reviewed-by: NLaszlo Ersek <lersek@redhat.com>
Signed-off-by: NKevin Wolf <kwolf@redhat.com>
上级 d208cc35
...@@ -1383,7 +1383,7 @@ static int write_reftable_entry(BlockDriverState *bs, int rt_index) ...@@ -1383,7 +1383,7 @@ static int write_reftable_entry(BlockDriverState *bs, int rt_index)
* does _not_ decrement the reference count for the currently occupied cluster. * does _not_ decrement the reference count for the currently occupied cluster.
* *
* This function prints an informative message to stderr on error (and returns * This function prints an informative message to stderr on error (and returns
* -errno); on success, 0 is returned. * -errno); on success, the offset of the newly allocated cluster is returned.
*/ */
static int64_t realloc_refcount_block(BlockDriverState *bs, int reftable_index, static int64_t realloc_refcount_block(BlockDriverState *bs, int reftable_index,
uint64_t offset) uint64_t offset)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册