[SCSI] skip sense logging for some ATA PASS-THROUGH cdbs
authorDouglas Gilbert <dgilbert@interlog.com>
Sun, 3 Jan 2010 18:51:15 +0000 (13:51 -0500)
committerJames Bottomley <James.Bottomley@suse.de>
Mon, 18 Jan 2010 16:48:16 +0000 (10:48 -0600)
commite7efe5932b1d3916c79326a4221693ea90a900e2
tree37bee69043455a48a940ec9989b8e588d09cc245
parent5d7ebb9c7a04d29efce1099024944dfd94d9f63c
[SCSI] skip sense logging for some ATA PASS-THROUGH cdbs

Further to the lsml thread titled:
"does scsi_io_completion need to dump sense data for ata pass through (ck_cond =
1) ?"

This is a patch to skip logging when the sense data is
associated with a SENSE_KEY of "RECOVERED_ERROR" and the
additional sense code is "ATA PASS-THROUGH INFORMATION
AVAILABLE". This only occurs with the SAT ATA PASS-THROUGH
commands when CK_COND=1 (in the cdb). It indicates that
the sense data contains ATA registers.

Smartmontools uses such commands on ATA disks connected via
SAT. Periodic checks such as those done by smartd cause
nuisance entries into logs that are:
    - neither errors nor warnings
    - pointless unless the cdb that caused them are also logged

Signed-off-by: Douglas Gilbert <dgilbert@interlog.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/scsi_lib.c