Am 06.04.2016 um 19:57 hat Max Reitz geschrieben:
> Its only caller is blk_new_open(), so we can just inline it there.
>
> Signed-off-by: Max Reitz
Maybe mention that this isn't pure code motion, but that you switch to a
bdrv_open() call with a NULL BDS. Either way:
Reviewed-by: Kevin Wolf
Its only caller is blk_new_open(), so we can just inline it there.
Signed-off-by: Max Reitz
---
block/block-backend.c | 28 ++--
1 file changed, 6 insertions(+), 22 deletions(-)
diff --git a/block/block-backend.c b/block/block-backend.c
index 66b8bad..4e8e8ab 100644
---