block: remove req->timeout_list

Unused now that the legacy request path is gone.

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-09 19:37:44 +01:00 committed by Jens Axboe
parent 27d420bc47
commit 9d037ad707
5 changed files with 0 additions and 18 deletions

View file

@ -228,8 +228,6 @@ struct request {
/* access through blk_rq_set_deadline, blk_rq_deadline */
unsigned long __deadline;
struct list_head timeout_list;
union {
struct __call_single_data csd;
u64 fifo_time;