diff options
| author | Alberto Garcia | 2018-02-05 15:33:01 +0100 |
|---|---|---|
| committer | Max Reitz | 2018-02-13 16:59:58 +0100 |
| commit | d4c373b854f813a6c3b9f763c98723053aa80ac5 (patch) | |
| tree | 9c3a16f27fb9bd9db941f8c86b3a760912cae93a /block/qcow2-cluster.c | |
| parent | block: maintain persistent disabled bitmaps (diff) | |
| download | qemu-d4c373b854f813a6c3b9f763c98723053aa80ac5.tar.gz qemu-d4c373b854f813a6c3b9f763c98723053aa80ac5.tar.xz qemu-d4c373b854f813a6c3b9f763c98723053aa80ac5.zip | |
qcow2: Fix documentation of get_cluster_table()
This function has not been returning the offset of the L2 table since
commit 3948d1d4876065160583e79533bf604481063833
Signed-off-by: Alberto Garcia <berto@igalia.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Message-id: b498733b6706a859a03678d74ecbd26aeba129aa.1517840876.git.berto@igalia.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'block/qcow2-cluster.c')
| -rw-r--r-- | block/qcow2-cluster.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/block/qcow2-cluster.c b/block/qcow2-cluster.c index f077cd3ac5..e5ab102c29 100644 --- a/block/qcow2-cluster.c +++ b/block/qcow2-cluster.c @@ -647,8 +647,7 @@ fail: * for a given disk offset, load (and allocate if needed) * the l2 table. * - * the l2 table offset in the qcow2 file and the cluster index - * in the l2 table are given to the caller. + * the cluster index in the l2 table is given to the caller. * * Returns 0 on success, -errno in failure case */ |
