]> git.proxmox.com Git - mirror_qemu.git/commit
block: Remove check_new_perm from bdrv_replace_child()
authorKevin Wolf <kwolf@redhat.com>
Wed, 8 Mar 2017 13:44:07 +0000 (14:44 +0100)
committerKevin Wolf <kwolf@redhat.com>
Mon, 13 Mar 2017 11:49:33 +0000 (12:49 +0100)
commit466787fbca9b25b47365b3d2c09d308df67a61db
tree370610ba512c1a345bebca16957cc302973ce058
parent7d66b1fbd2112a0c1433ad7106d74c7c39e57f5f
block: Remove check_new_perm from bdrv_replace_child()

All callers pass false now, so the parameter can go away again.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
block.c