raw-posix: raw_pwrite comment fixup
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
2dd791b630
commit
11a3cb8159
@ -463,7 +463,7 @@ static int raw_pwrite(BlockDriverState *bs, int64_t offset,
|
|||||||
count -= ret;
|
count -= ret;
|
||||||
sum += ret;
|
sum += ret;
|
||||||
}
|
}
|
||||||
/* here, count < 512 because (count & ~sector_mask) == 0 */
|
/* here, count < sector_size because (count & ~sector_mask) == 0 */
|
||||||
if (count) {
|
if (count) {
|
||||||
ret = raw_pread_aligned(bs, offset, s->aligned_buf,
|
ret = raw_pread_aligned(bs, offset, s->aligned_buf,
|
||||||
bs->buffer_alignment);
|
bs->buffer_alignment);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user