]> Git Repo - qemu.git/commit
block: Don't use error_abort in blk_new_open
authorFam Zheng <[email protected]>
Tue, 7 Mar 2017 11:07:21 +0000 (19:07 +0800)
committerKevin Wolf <[email protected]>
Tue, 7 Mar 2017 13:53:29 +0000 (14:53 +0100)
commit50bfbe93b2ca0ab795f3de305bec5ab1df620be4
treecfde0e80bf2c9dbfc2af1a1016e81225ce8cb5ca
parentd282f34e82bf8f243dd1f7103963fec1d4129672
block: Don't use error_abort in blk_new_open

We have an errp and bdrv_root_attach_child can fail permission check,
error_abort is not the best choice here.

Signed-off-by: Fam Zheng <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
block/block-backend.c
This page took 0.022531 seconds and 4 git commands to generate.