]> git.proxmox.com Git - mirror_qemu.git/commit - scsi/pr-manager.c
file-posix: Switch to .bdrv_co_ioctl
authorKevin Wolf <kwolf@redhat.com>
Wed, 31 Oct 2018 10:25:18 +0000 (11:25 +0100)
committerKevin Wolf <kwolf@redhat.com>
Fri, 14 Dec 2018 10:52:41 +0000 (11:52 +0100)
commit2f3a7ab39bec4ba8022dc4d42ea641165b004e3e
tree9811e2150001abef54d55c9a2d545ca7f1903f13
parentc9db2b6489f7d04b5fd3288565cb163476a04dc1
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>
block/file-posix.c
include/scsi/pr-manager.h
scsi/pr-manager.c
scsi/trace-events