scsi: block: remove req->special

No users left.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
Christoph Hellwig
2018-11-09 19:35:11 +01:00
committed by Martin K. Petersen
parent b9f9199299
commit 69ed175c19
3 changed files with 0 additions and 5 deletions

View File

@ -216,8 +216,6 @@ struct request {
unsigned short write_hint;
unsigned short ioprio;
void *special; /* opaque pointer available for LLD use */
unsigned int extra_len; /* length of alignment and padding */
enum mq_rq_state state;