aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChanglong Xie <xiecl.fnst@cn.fujitsu.com>2016-05-30 17:28:11 +0800
committerStefan Hajnoczi <stefanha@redhat.com>2016-06-07 14:40:51 +0100
commite3a4f91b4dda92666379e4865ea9847644f3bc19 (patch)
tree0928d29cef63dc208e47d16657969fda008fefc0
parenta7944dfad09626320791e62be6e2c9ee204c0c1c (diff)
downloadqemu-e3a4f91b4dda92666379e4865ea9847644f3bc19.zip
qemu-e3a4f91b4dda92666379e4865ea9847644f3bc19.tar.gz
qemu-e3a4f91b4dda92666379e4865ea9847644f3bc19.tar.bz2
iostatus: fix comments for block_job_iostatus_reset
Signed-off-by: Changlong Xie <xiecl.fnst@cn.fujitsu.com> Message-id: 1464600491-23340-1-git-send-email-xiecl.fnst@cn.fujitsu.com Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
-rw-r--r--include/block/blockjob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/block/blockjob.h b/include/block/blockjob.h
index 86d2807..00ac418 100644
--- a/include/block/blockjob.h
+++ b/include/block/blockjob.h
@@ -397,7 +397,7 @@ int block_job_complete_sync(BlockJob *job, Error **errp);
* @job: The job whose I/O status should be reset.
*
* Reset I/O status on @job and on BlockDriverState objects it uses,
- * other than job->bs.
+ * other than job->blk.
*/
void block_job_iostatus_reset(BlockJob *job);