]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
scsi: dpt_i2o: use scsi_host_complete_all_commands() to abort outstanding commands
authorHannes Reinecke <hare@suse.de>
Fri, 28 Feb 2020 07:53:08 +0000 (08:53 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Sat, 29 Feb 2020 01:54:48 +0000 (20:54 -0500)
commit84ff9532e5308d04f97f032a434021ba1b01b6a3
tree78515511da7f47ecc957353f53f52582938cce1d
parent466552b9f3730f06fee75776a208f5fa9c06c6a3
scsi: dpt_i2o: use scsi_host_complete_all_commands() to abort outstanding commands

Rather than traversing all outstanding commands manually, use the
scsi_host_complete_all_commands() helper to terminate all commands during
reset.  With that we can drop the cmd_list usage from the midlayer.

Link: https://lore.kernel.org/r/20200228075318.91255-4-hare@suse.de
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/dpt_i2o.c
drivers/scsi/dpti.h