OSDN Git Service

raw-posix: Fix comment for raw_co_get_block_status()
authorMarkus Armbruster <armbru@redhat.com>
Mon, 17 Nov 2014 10:18:32 +0000 (11:18 +0100)
committerMax Reitz <mreitz@redhat.com>
Tue, 18 Nov 2014 08:44:02 +0000 (09:44 +0100)
Missed in commit 705be72.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
block/raw-posix.c

index e100ae2..706d3c0 100644 (file)
@@ -1555,9 +1555,7 @@ static int try_seek_hole(BlockDriverState *bs, off_t start, off_t *data,
 }
 
 /*
- * Returns true iff the specified sector is present in the disk image. Drivers
- * not implementing the functionality are assumed to not support backing files,
- * hence all their sectors are reported as allocated.
+ * Returns the allocation status of the specified sectors.
  *
  * If 'sector_num' is beyond the end of the disk image the return value is 0
  * and 'pnum' is set to 0.