From 2f3a7ab39bec4ba8022dc4d42ea641165b004e3e Mon Sep 17 00:00:00 2001 From: Kevin Wolf Date: Wed, 31 Oct 2018 11:25:18 +0100 Subject: 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 --- scsi/trace-events | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scsi/trace-events') diff --git a/scsi/trace-events b/scsi/trace-events index 45f5b6e49b..f8a68b11eb 100644 --- a/scsi/trace-events +++ b/scsi/trace-events @@ -1,3 +1,3 @@ # scsi/pr-manager.c -pr_manager_execute(int fd, int cmd, int sa, void *opaque) "fd=%d cmd=0x%02x service action=0x%02x opaque=%p" +pr_manager_execute(int fd, int cmd, int sa) "fd=%d cmd=0x%02x service action=0x%02x" pr_manager_run(int fd, int cmd, int sa) "fd=%d cmd=0x%02x service action=0x%02x" -- cgit v1.2.3