Am 01.06.2016 um 23:10 hat Eric Blake geschrieben: > Rename to bdrv_pwrite_zeroes() to let the compiler ensure we > cater to the updated semantics. Do the same for > bdrv_aio_write_zeroes() and bdrv_co_write_zeroes(). Two of the > three places map to the byte-based counterparts; but for now, > since we have no byte-based aio write, we still require sector > alignment in those callers, via assertions.
As it happens, I sent a patch (and you already reviewed it) that removes the AIO function anyway because those callers don't exist. :-) So this patch will conflict with it, but I guess I can resolve that while rebasing. Kevin