X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fptlrpc%2Fclient.c;h=1f9452d8a9545c97d74d4410fa6b260da2094aa3;hp=505998c3d9c31d5d6b233da762ee264c1690a522;hb=cd8dc58c76b43c5dfa9ec238cc3f4264e9f5f89f;hpb=9813961151e8f6e19eac9cf5a8db676f7aa70f50 diff --git a/lustre/ptlrpc/client.c b/lustre/ptlrpc/client.c index 505998c..1f9452d 100644 --- a/lustre/ptlrpc/client.c +++ b/lustre/ptlrpc/client.c @@ -281,8 +281,8 @@ int ptlrpc_at_get_net_latency(struct ptlrpc_request *req) } /* Adjust expected network latency */ -static void ptlrpc_at_adj_net_latency(struct ptlrpc_request *req, - unsigned int service_time) +void ptlrpc_at_adj_net_latency(struct ptlrpc_request *req, + unsigned int service_time) { unsigned int nl, oldnl; struct imp_at *at;