vvfat: Implement .bdrv_co_preadv/pwritev interfaces
authorKevin Wolf <kwolf@redhat.com>
Tue, 26 Apr 2016 15:14:08 +0000 (17:14 +0200)
committerKevin Wolf <kwolf@redhat.com>
Thu, 12 May 2016 13:22:08 +0000 (15:22 +0200)
commit4575eb496da8da595689b286e202929f06612585
tree112ef9499c7290de56203e53aed6553b20ea6c5a
parent513b0f026b35e2d10855718fe9939a6152e27fb9
vvfat: Implement .bdrv_co_preadv/pwritev interfaces

This doesn't really convert any of the actual vvfat logic to use
vectored I/O (and it's doubtful whether that would make sense), but
instead just adapts the wrappers to the modern interface.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
block/vvfat.c