scsi: remove outdated AioContext lock comment
authorStefan Hajnoczi <stefanha@redhat.com>
Tue, 5 Dec 2023 18:20:09 +0000 (13:20 -0500)
committerKevin Wolf <kwolf@redhat.com>
Thu, 21 Dec 2023 21:49:27 +0000 (22:49 +0100)
commite7fc3c4a8cc3e729d178b95721d51ca95573ba91
tree411b5bd89c6a152a78c8740ba988864b54dff81a
parente0444c276a6bbd0300a76bea768f89d5dbfec3e8
scsi: remove outdated AioContext lock comment

The SCSI subsystem no longer uses the AioContext lock. Request
processing runs exclusively in the BlockBackend's AioContext since
"scsi: only access SCSIDevice->requests from one thread" and hence the
lock is unnecessary.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-ID: <20231205182011.1976568-13-stefanha@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
hw/scsi/scsi-disk.c