commit | 2f3a7ab39bec4ba8022dc4d42ea641165b004e3e | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Wed Oct 31 11:25:18 2018 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Dec 14 11:52:41 2018 +0100 |
tree | 9811e2150001abef54d55c9a2d545ca7f1903f13 | |
parent | c9db2b6489f7d04b5fd3288565cb163476a04dc1 [diff] |
file-posix: Switch to .bdrv_co_ioctl No real reason to keep using the callback based mechanism here when the rest of the file-posix driver is coroutine based. Changing it brings ioctls more in line with how other request types work. Signed-off-by: Kevin Wolf <kwolf@redhat.com>