commit | d05aa8bb4a8b6aa9a915ec5074fb12ae632d2323 | [log] [tgz] |
---|---|---|
author | Eric Blake <eblake@redhat.com> | Wed Jun 01 15:10:03 2016 -0600 |
committer | Kevin Wolf <kwolf@redhat.com> | Wed Jun 08 10:21:08 2016 +0200 |
tree | 0c3415bfcf77c141a2c4f5a4d8dc7e7cbf8e44be | |
parent | cf081fca4e3cc02a309659b571ab0c5b225ea4cf [diff] |
block: Add .bdrv_co_pwrite_zeroes() Update bdrv_co_do_write_zeroes() to be byte-based, and select between the new byte-based bdrv_co_pwrite_zeroes() or the old bdrv_co_write_zeroes(). The next patches will convert drivers, then remove the old interface. Signed-off-by: Eric Blake <eblake@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>