commit | 78e421c9fbed9d501d7ada84ddc786a92178a71d | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Tue Dec 20 23:25:12 2016 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Tue Feb 28 20:40:36 2017 +0100 |
tree | 6b0d8db332f421f827650e4090c70ad3e0401260 | |
parent | 91ef38257ad225f7fa17a6583fb792c0be9e8acf [diff] |
block: Require .bdrv_child_perm() with child nodes All block drivers that can have child nodes implement .bdrv_child_perm() now. Make this officially a requirement by asserting that only drivers without children can omit .bdrv_child_perm(). Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Acked-by: Fam Zheng <famz@redhat.com>