diff options
| author | Christoph Hellwig <hch@lst.de> | 2018-11-09 13:37:44 -0500 |
|---|---|---|
| committer | Jens Axboe <axboe@kernel.dk> | 2018-11-09 13:44:10 -0500 |
| commit | 9d037ad707ed6069fbea4e38e6ee37e027b13f1d (patch) | |
| tree | 4ba0291f125e1d9de945ac521c72975b9c33578e /include/linux/blkdev.h | |
| parent | 27d420bc475e68c85d567d96caf215999d76fd16 (diff) | |
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>
Diffstat (limited to 'include/linux/blkdev.h')
| -rw-r--r-- | include/linux/blkdev.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 9b1f470cc784..dc2a6f625ecb 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h | |||
| @@ -228,8 +228,6 @@ struct request { | |||
| 228 | /* access through blk_rq_set_deadline, blk_rq_deadline */ | 228 | /* access through blk_rq_set_deadline, blk_rq_deadline */ |
| 229 | unsigned long __deadline; | 229 | unsigned long __deadline; |
| 230 | 230 | ||
| 231 | struct list_head timeout_list; | ||
| 232 | |||
| 233 | union { | 231 | union { |
| 234 | struct __call_single_data csd; | 232 | struct __call_single_data csd; |
| 235 | u64 fifo_time; | 233 | u64 fifo_time; |
