commit | 31156ec378c2ed10330c8c06bbf36fb7d7a55506 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Mar 13 17:28:39 2018 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Mar 13 11:40:21 2018 -0600 |
tree | 7a5b34322146d3e47aba04c347eca3d1919c8fe5 | |
parent | ce3077ee80d6ac1087c06441f4c63ce5f13ef12c [diff] |
bsg-lib: introduce a timeout field in struct bsg_job The zfcp driver wants to know the timeout for a bsg job, so add a field to struct bsg_job for it in preparation of not exposing the request to the bsg-lib users. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Benjamin Block <bblock@linux.vnet.ibm.com> Reviewed-by: Hannes Reinecke <hare@suse.com> Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>