commit | 2a242d59d6b908341c0d426bc6e7f8e28871cbd0 | [log] [tgz] |
---|---|---|
author | Mike Christie <michael.christie@oracle.com> | Thu Oct 01 10:35:53 2020 -0500 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Fri Oct 02 18:53:06 2020 -0400 |
tree | 755c992511443213d6fafde9eb4032d82f0471af | |
parent | 7010645ba7256992818b518163f46bd4cdf8002a [diff] |
scsi: core: Add limitless cmd retry support Add infinite retry support to SCSI midlayer by combining common checks for retries into some helper functions, and then checking for the -1/SCSI_CMD_RETRIES_NO_LIMIT. Link: https://lore.kernel.org/r/1601566554-26752-2-git-send-email-michael.christie@oracle.com Reviewed-by: Bart Van Assche <bvanassche@acm.org> Signed-off-by: Mike Christie <michael.christie@oracle.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>