commit | fba98d455a7de1f2ef801d60ae895b173f4738c5 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Tue Mar 08 15:57:05 2016 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Mon Mar 14 16:46:43 2016 +0100 |
tree | c64dba94e287a0d8864e3fb7a3f62bb665f0c94c | |
parent | 8a56fdadaff912b2f1ad581ac42580945e36a74b [diff] |
sheepdog: Use BB functions in .bdrv_create() All users of the block layers are supposed to go through a BlockBackend. The .bdrv_create() implementation is one such user, so this patch converts it. Signed-off-by: Kevin Wolf <kwolf@redhat.com>