The SCSI code does not currently support reserved commands. As such,Reviewed-by: Hannes Reinecke <hare@xxxxxxx>
requests which time-out would never be reserved, and scsi_timeout()
'reserved' arg should never be set.
Remove handling for reserved requests and drop wrapper scsi_timeout() as
it now just calls scsi_times_out() always.
Signed-off-by: John Garry <john.garry@xxxxxxxxxx>
---
drivers/scsi/scsi_error.c | 3 ++-
drivers/scsi/scsi_lib.c | 12 ++----------
drivers/scsi/scsi_priv.h | 3 ++-
3 files changed, 6 insertions(+), 12 deletions(-)