commit | 0a72e7f44964b9ada3e5c15820372e9cb119bf80 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Tue Jan 09 14:23:42 2018 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Jan 10 11:47:47 2018 -0700 |
tree | 08885e630c816c2d22951f29e1783c685400fcb1 | |
parent | 76a86f9d027b342b8759a4b2f9f7fe046e284220 [diff] |
block: add accessors for setting/querying request deadline We reduce the resolution of request expiry, but since we're already using jiffies for this where resolution depends on the kernel configuration and since the timeout resolution is coarse anyway, that should be fine. Reviewed-by: Bart Van Assche <bart.vanassche@wdc.com> Reviewed-by: Omar Sandoval <osandov@fb.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>