On 08.11.22 13:37, Kevin Wolf wrote:
bdrv_drain_invoke() has now two entirely separate cases that share no code any more and are selected depending on a bool parameter. Each case has only one caller. Just inline the function.Signed-off-by: Kevin Wolf <kw...@redhat.com> --- block/io.c | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-)
Reviewed-by: Hanna Reitz <hre...@redhat.com>