diff options
| author | 2017-04-05 19:18:12 +0200 | |
|---|---|---|
| committer | 2017-04-05 12:05:08 -0600 | |
| commit | 64c7f1d1572cacadfc0a4ca5a937aeffa486de58 (patch) | |
| tree | 9b6a5030c06ba94e629e1411bebdb01b1735de78 /include/linux/blkdev.h | |
| parent | nvme: move the retries count to struct nvme_request (diff) | |
| download | linux-dev-64c7f1d1572cacadfc0a4ca5a937aeffa486de58.tar.xz linux-dev-64c7f1d1572cacadfc0a4ca5a937aeffa486de58.zip | |
block, scsi: move the retries field to struct scsi_request
Instead of bloating the generic struct request with it.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'include/linux/blkdev.h')
| -rw-r--r-- | include/linux/blkdev.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index a2dc6b390d48..ce6f9a6534c9 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -224,7 +224,6 @@ struct request { unsigned long deadline; struct list_head timeout_list; unsigned int timeout; - int retries; /* * completion callback. |
