On Wed, Jun 22, 2016 at 09:51:06AM -0600, Eric Blake wrote: > There's enough drivers with a sector-based callback that it will > be easier to switch one at a time. This patch adds a byte-based > callback, and then after all drivers are swapped, we'll drop the > sector-based callback. > > [checkpatch doesn't like the space after coroutine_fn in > block_int.h, but it's consistent with the rest of the file] > > Signed-off-by: Eric Blake > --- > include/block/block_int.h | 2 ++ > block/io.c | 7 +++++-- > 2 files changed, 7 insertions(+), 2 deletions(-) Reviewed-by: Stefan Hajnoczi