scsi: introduce a result field in struct scsi_request
This passes on the scsi_cmnd result field to users of passthrough requests. Currently we abuse req->errors for this purpose, but that field will go away in its current form. Note that the old IDE code abuses the errors field in very creative ways and stores all kinds of different values in it. I didn't dare to touch this magic, so the abuses are brought forward 1:1. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com> Reviewed-by: Bart Van Assche <Bart.VanAssche@sandisk.com> Signed-off-by: Jens Axboe <axboe@fb.com>
This commit is contained in:

committed by
Jens Axboe

parent
d19633d537
commit
17d5363b83
@@ -88,7 +88,7 @@ static inline bool ata_pm_request(struct request *rq)
|
||||
ide_req(rq)->type == ATA_PRIV_PM_RESUME);
|
||||
}
|
||||
|
||||
/* Error codes returned in rq->errors to the higher part of the driver. */
|
||||
/* Error codes returned in result to the higher part of the driver. */
|
||||
enum {
|
||||
IDE_DRV_ERROR_GENERAL = 101,
|
||||
IDE_DRV_ERROR_FILEMARK = 102,
|
||||
|
Reference in New Issue
Block a user