Am 01.06.2016 um 23:10 hat Eric Blake geschrieben: > Kevin pointed out that my recent change to byte-based instead > of sector-based blk_write_zeroes() (commit 983a1600) makes life > harder as long as bdrv_write_zeroes is still sector-based, and > where the compiler doesn't flag any change in parameter types. > Complete the conversion, by making all write_zeroes operations > nominally take bytes.
Thanks, applied to the block branch (after completing the comment in the qed patch). Kevin