commit | 087615bf3acdafd0ba7c7c9ed5286e7b7c80fe1b | [log] [tgz] |
---|---|---|
author | Gabriel Krisman Bertazi <[email protected]> | Thu Apr 30 16:48:29 2020 -0400 |
committer | Mike Snitzer <[email protected]> | Fri May 15 10:29:36 2020 -0400 |
tree | a3ecdcc75df1e1a714466302ebb9f4f29d58bfd9 | |
parent | 48338daaa00e6137a43fa5d0e54b763aa34f450b [diff] |
dm mpath: pass IO start time to path selector The HST path selector needs this information to perform path prediction. For request-based mpath, struct request's io_start_time_ns is used, while for bio-based, use the start_time stored in dm_io. Signed-off-by: Gabriel Krisman Bertazi <[email protected]> Signed-off-by: Mike Snitzer <[email protected]>