commit | edfab6a08b0dc240ac3a665adf4dc40db9b9ec7f | [log] [tgz] |
---|---|---|
author | Eric Blake <eblake@redhat.com> | Tue Apr 24 14:25:06 2018 -0500 |
committer | Kevin Wolf <kwolf@redhat.com> | Tue May 15 16:11:41 2018 +0200 |
tree | ef436e0a0f7cb83063075a50e00ca0678a203fef | |
parent | 918889b291dfb8f55d537e01ecbb082d27c2737a [diff] |
block: Drop last of the sector-based aio callbacks We are gradually moving away from sector-based interfaces, towards byte-based. Now that all drivers with aio callbacks are using the byte-based interfaces, we can remove the sector-based versions. Signed-off-by: Eric Blake <eblake@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>