On 04.07.2014 17:55, Kevin Wolf wrote:
At least raw-posix relies on this because it can allocate bounce buffers
based on the request length, but access it using all of the qiov entries
later.
Signed-off-by: Kevin Wolf <kw...@redhat.com>
---
block.c | 2 ++
block/raw-posix.c | 15 +++++++++++----
2 files changed, 13 insertions(+), 4 deletions(-)
Somehow I'm not sure whether I want to give my R-b to this, in case one
of these assertions should fail. ;-)
But they look correct (considering QIO vectors now have to be just as
long as the request), so:
Reviewed-by: Max Reitz <mre...@redhat.com>