diff options
author | Kevin Wolf <kwolf@redhat.com> | 2010-09-13 18:24:10 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2010-09-21 15:39:43 +0200 |
commit | 6f5f060b736cedc2d962114d20805fdd2889513a (patch) | |
tree | 8589b132acaa662598a1954c4cc5461ed6b204f2 /hw | |
parent | bd28f835652e396841bb73080a07bcc08fe21bf0 (diff) |
qcow2: Avoid bounce buffers for AIO write requests
qcow2 used to use bounce buffers for any AIO requests. This does not only imply
unnecessary copying, but also unbounded allocations which should be avoided.
This patch removes bounce buffers from the normal AIO write path. Encrypted
images continue to use a bounce buffer, however with constant size.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'hw')
0 files changed, 0 insertions, 0 deletions