diff options
author | Maurizio Lombardi <mlombard@redhat.com> | 2019-07-02 13:27:05 +0200 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2019-07-11 20:30:02 -0400 |
commit | 463cdad83823830dd59572fb81ac243f6a44b589 (patch) | |
tree | 7be34e5bfe6a66b8112e2dad778204e8e46f2755 /drivers/scsi/libsas/sas_scsi_host.c | |
parent | 893ca250edfcd0489a49446048aa0d900d6862fc (diff) | |
download | linux-463cdad83823830dd59572fb81ac243f6a44b589.tar.gz |
scsi: core: use scmd_printk() to print which command timed out
With a possibly faulty disk the following messages may appear in the logs:
kernel: sd 0:0:9:0: timing out command, waited 180s
kernel: sd 0:0:9:0: timing out command, waited 20s
kernel: sd 0:0:9:0: timing out command, waited 20s
kernel: sd 0:0:9:0: timing out command, waited 60s
kernel: sd 0:0:9:0: timing out command, waited 20s
This is not very informative because it's not possible to identify the
command that timed out.
This patch replaces sdev_printk() with scmd_printk().
Signed-off-by: Maurizio Lombardi <mlombard@redhat.com>
Reviewed-by: Ewan D. Milne <emilne@redhat.com>
Reviewed-by: Ming Lei <ming.lei@redhat.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/libsas/sas_scsi_host.c')
0 files changed, 0 insertions, 0 deletions