]> git.proxmox.com Git - mirror_qemu.git/commit
file-posix: Store BDRVRawState.reopen_state during reopen
authorKevin Wolf <kwolf@redhat.com>
Thu, 7 Mar 2019 18:07:35 +0000 (19:07 +0100)
committerKevin Wolf <kwolf@redhat.com>
Tue, 12 Mar 2019 19:30:14 +0000 (20:30 +0100)
commite0c9cf3a484beb746996c0cd63e5585fecb3fd25
tree04272166d4b9afd6f6512b5aa425234c43d842b4
parent5cec28702587d8dc9792f8274bfc6bb91f07d672
file-posix: Store BDRVRawState.reopen_state during reopen

We'll want to access the file descriptor in the reopen_state while
processing permission changes in the context of the repoen.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/file-posix.c