Re: [Qemu-devel] [PATCH 10/14] block: Drop bdrv_reopen()

2018-10-07 Thread Max Reitz
On 19.09.18 16:47, Alberto Garcia wrote: > No one is using this function anymore, so we can safely remove it Is this such a minor action to you that you think it doesn't need a full stop? ;-) > Signed-off-by: Alberto Garcia > --- > block.c | 21 - > include/blo

[Qemu-devel] [PATCH 10/14] block: Drop bdrv_reopen()

2018-09-19 Thread Alberto Garcia
No one is using this function anymore, so we can safely remove it Signed-off-by: Alberto Garcia --- block.c | 21 - include/block/block.h | 1 - 2 files changed, 22 deletions(-) diff --git a/block.c b/block.c index ac945b4bc8..3751167434 100644 --- a/block.c +