commit | 3515727f31a2377ec94d0adb450cc175f33138f7 | [log] [tgz] |
---|---|---|
author | Stefan Hajnoczi <stefanha@redhat.com> | Thu Jul 09 10:56:47 2015 +0100 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Tue Dec 22 16:01:07 2015 +0800 |
tree | a49bd361daca336fea900a4eb39bbd8df3d96df5 | |
parent | 222565f65c3fba6825912c2561de7831e514ef3c [diff] |
block/mirror: replace IOV_MAX with blk_get_max_iov() Use blk_get_max_iov() instead of hardcoding IOV_MAX, which may not apply to all BlockDrivers. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>