This is a series of patches that are equivalent to one sent on 2005/09/19: "[PATCH] libata: scsi error handling, lk 2.6.14-rc1" http://marc.theaimsgroup.com/?l=linux-scsi&m=112711945709949&w=2 The aim is to build more general sense buffers for SCSI errors detected in the SCSI ATA translation layer in libata. These patches are against Jeff's libata-dev git repository, upstream branch. Patch 1: adds ata_scsi_set_sense() extern declaration and definition Patch 2: switch error processing in libata-scsi.c to use ata_scsi_set_sense() Patch 3: remove static inline definitions in libata.h that are no longer used after patch 2 Signed-off-by: Douglas Gilbert <dougg@xxxxxxxxxx> Doug Gilbert - : send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html