commit | 50bfbe93b2ca0ab795f3de305bec5ab1df620be4 | [log] [tgz] |
---|---|---|
author | Fam Zheng <famz@redhat.com> | Tue Mar 07 19:07:21 2017 +0800 |
committer | Kevin Wolf <kwolf@redhat.com> | Tue Mar 07 14:53:29 2017 +0100 |
tree | cfde0e80bf2c9dbfc2af1a1016e81225ce8cb5ca | |
parent | d282f34e82bf8f243dd1f7103963fec1d4129672 [diff] |
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 <famz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>