ide: don't use req->special

Just replace it with a field of the same name in struct ide_req.

Reviewed-by: Hannes Reinecke <hare@suse.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
Christoph Hellwig 2018-11-10 09:30:49 +01:00 committed by Jens Axboe
parent 289d088b66
commit 22ce0a7ccf
12 changed files with 31 additions and 26 deletions

View file

@ -50,6 +50,7 @@ struct ide_request {
struct scsi_request sreq;
u8 sense[SCSI_SENSE_BUFFERSIZE];
u8 type;
void *special;
};
static inline struct ide_request *ide_req(struct request *rq)