On Thu, 30 Oct 2008 09:51:40 +0200 Boaz Harrosh <bharrosh@xxxxxxxxxxx> wrote: > Do you know what is the difference between "req->error =" and the error > passed to blk_end_xxx_request(req, error, ...) ? I guess that blk_end_xxx_request(req, error, ...) is common Linux error code, -EIO, etc. req->error carries protocol specific errors; SAM_STAT_*, DID_*, etc in the case of SCSI. But I'm not confident. -- To unsubscribe from this list: 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