]> Git Repo - qemu.git/commit
block: Drop errp parameter from blk_new()
authorMax Reitz <[email protected]>
Tue, 17 May 2016 14:41:34 +0000 (16:41 +0200)
committerKevin Wolf <[email protected]>
Wed, 25 May 2016 17:04:10 +0000 (19:04 +0200)
commit109525ad6a2f5d720ee0802df7ab1e3decbeeb21
treeadfddb9a0499e8ff6b03117829316aba42211ba7
parent6b574e09b34a10dbf8d9fb58aeaad77493826b97
block: Drop errp parameter from blk_new()

blk_new() cannot fail so its Error ** parameter has become superfluous.

Signed-off-by: Max Reitz <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
block/block-backend.c
blockdev.c
include/sysemu/block-backend.h
tests/test-throttle.c
This page took 0.024206 seconds and 4 git commands to generate.