Re: [PATCH 3/9] block/io: move flush and pdiscard stuff down

2020-04-20 Thread Stefan Hajnoczi
On Wed, Apr 08, 2020 at 12:30:45PM +0300, Vladimir Sementsov-Ogievskiy wrote: > bdrv_co_flush and bdrv_co_pdiscard will become static in further patch, > move their usage down. > > Signed-off-by: Vladimir Sementsov-Ogievskiy > --- > block/io.c | 56

[PATCH 3/9] block/io: move flush and pdiscard stuff down

2020-04-08 Thread Vladimir Sementsov-Ogievskiy
bdrv_co_flush and bdrv_co_pdiscard will become static in further patch, move their usage down. Signed-off-by: Vladimir Sementsov-Ogievskiy --- block/io.c | 56 +++--- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/block/io.c