Loading block/io.c +4 −4 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ static void bdrv_parent_cb_resize(BlockDriverState *bs); static int coroutine_fn bdrv_co_do_pwrite_zeroes(BlockDriverState *bs, int64_t offset, int bytes, BdrvRequestFlags flags); void bdrv_parent_drained_begin(BlockDriverState *bs, BdrvChild *ignore, static void bdrv_parent_drained_begin(BlockDriverState *bs, BdrvChild *ignore, bool ignore_bds_parents) { BdrvChild *c, *next; Loading @@ -64,7 +64,7 @@ void bdrv_parent_drained_end_single(BdrvChild *c) } } void bdrv_parent_drained_end(BlockDriverState *bs, BdrvChild *ignore, static void bdrv_parent_drained_end(BlockDriverState *bs, BdrvChild *ignore, bool ignore_bds_parents) { BdrvChild *c, *next; Loading include/block/block.h +0 −18 Original line number Diff line number Diff line Loading @@ -600,15 +600,6 @@ int bdrv_probe_geometry(BlockDriverState *bs, HDGeometry *geo); void bdrv_io_plug(BlockDriverState *bs); void bdrv_io_unplug(BlockDriverState *bs); /** * bdrv_parent_drained_begin: * * Begin a quiesced section of all users of @bs. This is part of * bdrv_drained_begin. */ void bdrv_parent_drained_begin(BlockDriverState *bs, BdrvChild *ignore, bool ignore_bds_parents); /** * bdrv_parent_drained_begin_single: * Loading @@ -624,15 +615,6 @@ void bdrv_parent_drained_begin_single(BdrvChild *c, bool poll); */ void bdrv_parent_drained_end_single(BdrvChild *c); /** * bdrv_parent_drained_end: * * End a quiesced section of all users of @bs. This is part of * bdrv_drained_end. */ void bdrv_parent_drained_end(BlockDriverState *bs, BdrvChild *ignore, bool ignore_bds_parents); /** * bdrv_drain_poll: * Loading Loading
block/io.c +4 −4 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ static void bdrv_parent_cb_resize(BlockDriverState *bs); static int coroutine_fn bdrv_co_do_pwrite_zeroes(BlockDriverState *bs, int64_t offset, int bytes, BdrvRequestFlags flags); void bdrv_parent_drained_begin(BlockDriverState *bs, BdrvChild *ignore, static void bdrv_parent_drained_begin(BlockDriverState *bs, BdrvChild *ignore, bool ignore_bds_parents) { BdrvChild *c, *next; Loading @@ -64,7 +64,7 @@ void bdrv_parent_drained_end_single(BdrvChild *c) } } void bdrv_parent_drained_end(BlockDriverState *bs, BdrvChild *ignore, static void bdrv_parent_drained_end(BlockDriverState *bs, BdrvChild *ignore, bool ignore_bds_parents) { BdrvChild *c, *next; Loading
include/block/block.h +0 −18 Original line number Diff line number Diff line Loading @@ -600,15 +600,6 @@ int bdrv_probe_geometry(BlockDriverState *bs, HDGeometry *geo); void bdrv_io_plug(BlockDriverState *bs); void bdrv_io_unplug(BlockDriverState *bs); /** * bdrv_parent_drained_begin: * * Begin a quiesced section of all users of @bs. This is part of * bdrv_drained_begin. */ void bdrv_parent_drained_begin(BlockDriverState *bs, BdrvChild *ignore, bool ignore_bds_parents); /** * bdrv_parent_drained_begin_single: * Loading @@ -624,15 +615,6 @@ void bdrv_parent_drained_begin_single(BdrvChild *c, bool poll); */ void bdrv_parent_drained_end_single(BdrvChild *c); /** * bdrv_parent_drained_end: * * End a quiesced section of all users of @bs. This is part of * bdrv_drained_end. */ void bdrv_parent_drained_end(BlockDriverState *bs, BdrvChild *ignore, bool ignore_bds_parents); /** * bdrv_drain_poll: * Loading