mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 23:04:43 +00:00
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:
parent
289d088b66
commit
22ce0a7ccf
12 changed files with 31 additions and 26 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue