Re: [Qemu-devel] [PATCH 15/21] block: Make bdrv_drain_one() public

2015-01-30 Thread Eric Blake
On 01/26/2015 12:27 PM, Max Reitz wrote: > We will need it in block/block-backend.c. > > Signed-off-by: Max Reitz > --- > block.c | 2 +- > include/block/block_int.h | 2 ++ > 2 files changed, 3 insertions(+), 1 deletion(-) Reviewed-by: Eric Blake -- Eric Blake eblake re

[Qemu-devel] [PATCH 15/21] block: Make bdrv_drain_one() public

2015-01-26 Thread Max Reitz
We will need it in block/block-backend.c. Signed-off-by: Max Reitz --- block.c | 2 +- include/block/block_int.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/block.c b/block.c index ca6a587..d4a3c79 100644 --- a/block.c +++ b/block.c @@ -1948,7 +1948,7