]> www.infradead.org Git - users/jedix/linux-maple.git/commit
scsi: scsi_debug: Remove sdebug_device_access_info
authorJohn Garry <john.g.garry@oracle.com>
Mon, 24 Feb 2025 11:55:14 +0000 (11:55 +0000)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 25 Feb 2025 01:53:07 +0000 (20:53 -0500)
commit2af3b0c1082bd9365faf0a6c82264d09fe081f33
tree64740b02837963f827229f5117645ca6f3c675ac
parent0107fb8686b289f6685e9d9cc205616e100f2327
scsi: scsi_debug: Remove sdebug_device_access_info

This structure is not used, so delete it.

It was originally intended for supporting checking for atomic writes
overlapping with ongoing reads and writes, but that support never got
added.

SBC-4 r22 section 4.29.3.2 "Performing operations during an atomic write
operation" describes two methods of handling overlapping atomic writes.
Currently the only method supported is for the ongoing read or write to
complete.

Signed-off-by: John Garry <john.g.garry@oracle.com>
Link: https://lore.kernel.org/r/20250224115517.495899-2-john.g.garry@oracle.com
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/scsi_debug.c