commit | 2e891722c5e3d0372e042173a425925e14749bf0 | [log] [tgz] |
---|---|---|
author | Alberto Garcia <berto@igalia.com> | Mon Nov 12 16:00:44 2018 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Dec 14 11:55:02 2018 +0100 |
tree | cf427252602e66b28c508e17127a8a9c4411f23e | |
parent | 3c4e964762c7d0292185473657dd2afc0d2d060b [diff] |
block: Remove flags parameter from bdrv_reopen_queue() Now that all callers are passing all flag changes as QDict options, the flags parameter is no longer necessary, so we can get rid of it. Signed-off-by: Alberto Garcia <berto@igalia.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>