qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-block] [PATCH 08/17] block: Convert .bdrv_aio_discard() to byt


From: Stefan Hajnoczi
Subject: Re: [Qemu-block] [PATCH 08/17] block: Convert .bdrv_aio_discard() to byte-based
Date: Thu, 14 Jul 2016 13:16:25 +0100
User-agent: Mutt/1.6.1 (2016-04-27)

On Wed, Jun 22, 2016 at 09:51:05AM -0600, Eric Blake wrote:
> Another step towards byte-based interfaces everywhere.  Replace
> the sector-based driver callback .bdrv_aio_discard() with a new
> byte-based .bdrv_aio_pdiscard().  Only raw-posix and RBD drivers
> are affected, so it was not worth splitting into multiple patches.
> 
> Signed-off-by: Eric Blake <address@hidden>
> ---
>  include/block/block_int.h |  4 ++--
>  block/io.c                |  7 +++----
>  block/raw-posix.c         | 18 ++++++++----------
>  block/rbd.c               | 15 +++++++--------
>  4 files changed, 20 insertions(+), 24 deletions(-)

Reviewed-by: Stefan Hajnoczi <address@hidden>

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]