commit | 3121fb45b004ea85fb3589368ea699f32e6ef832 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Thu Sep 14 14:42:12 2017 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Tue Sep 26 14:46:23 2017 +0200 |
tree | ef11d1a92d47e489910521390946da7e4287d35c | |
parent | e0995dc3da0894d0a8260bddaa200a4cd7809ba4 [diff] |
block: Add reopen queue to bdrv_check_perm() In the context of bdrv_reopen(), we'll have to look at the state of the graph as it will be after the reopen. This interface addition is in preparation for the change. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>