]> Git Repo - qemu.git/commit
block: prevent multiwrite_merge from creating too large iovecs
authorChristoph Hellwig <[email protected]>
Tue, 19 Jan 2010 21:15:39 +0000 (22:15 +0100)
committerAnthony Liguori <[email protected]>
Wed, 20 Jan 2010 14:51:40 +0000 (08:51 -0600)
commit0076bc0c1d93adcbc7f1af184e04902cf37e9ab8
tree7c0bc0f4f0ab2d7424d3d162e56f394ef11c5584
parent1d44952fc7f4de113eae892401e4d50ee476e82e
block: prevent multiwrite_merge from creating too large iovecs

If we go over the maximum number of iovecs support by syscall we get
back EINVAL from the kernel which translate to I/O errors for the guest.

Signed-off-by: Christoph Hellwig <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
block.c
This page took 0.024255 seconds and 4 git commands to generate.