[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 2/2] block/block-backend.c: remove blk_pread_unt
From: |
John Snow |
Subject: |
Re: [Qemu-devel] [PATCH 2/2] block/block-backend.c: remove blk_pread_unthrottled() |
Date: |
Wed, 20 Sep 2017 16:10:36 -0400 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 |
On 09/20/2017 07:43 AM, Manos Pitsidianakis wrote:
> blk_pread_unthrottled was used to bypass I/O throttling on the BlockBackend in
> the case of async I/O. This is not needed anymore and we can just call
> blk_pread() directly.
>
> Signed-off-by: Manos Pitsidianakis <address@hidden>
> ---
> include/sysemu/block-backend.h | 2 --
> block/block-backend.c | 16 ----------------
> hw/block/hd-geometry.c | 7 +------
> 3 files changed, 1 insertion(+), 24 deletions(-)
>
Acked-by: John Snow <address@hidden>