commit | 925cac6358677d3d64f9b25f205eeb3d31c9f7f8 | [log] [tgz] |
---|---|---|
author | Jack Wang <jinpu.wang@ionos.com> | Wed Nov 24 09:10:40 2021 +0100 |
committer | Jason Gunthorpe <jgg@nvidia.com> | Thu Nov 25 13:34:26 2021 -0400 |
tree | 8c18dff7cd12493bb7b4a182670dc8c3ee095c94 | |
parent | 8d0d2b0f41b1b2add8a30dbd816051a964efa497 [diff] |
RDMA/rtrs-clt: Fix the initial value of min_latency The type of min_latency is ktime_t, so use KTIME_MAX to initialize the initial value. Fixes: dc3b66a0ce70 ("RDMA/rtrs-clt: Add a minimum latency multipath policy") Link: https://lore.kernel.org/r/20211124081040.19533-1-jinpu.wang@ionos.com Signed-off-by: Jack Wang <jinpu.wang@ionos.com> Reviewed-by: Guoqing Jiang <Guoqing.Jiang@linux.dev> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>