Skip to content
Snippets Groups Projects
Commit dccf8db6 authored by Yang Sheng's avatar Yang Sheng
Browse files

Branch b1_6

b=17357
i=johann, shadow, bobijam

Reset rep_swap_mask to prevent confuse after resend.
parent 7209244f
No related branches found
No related tags found
No related merge requests found
...@@ -536,6 +536,7 @@ int ptl_send_rpc(struct ptlrpc_request *request, int noreply) ...@@ -536,6 +536,7 @@ int ptl_send_rpc(struct ptlrpc_request *request, int noreply)
request->rq_net_err = 0; request->rq_net_err = 0;
request->rq_resend = 0; request->rq_resend = 0;
request->rq_restart = 0; request->rq_restart = 0;
request->rq_rep_swab_mask = 0;
spin_unlock(&request->rq_lock); spin_unlock(&request->rq_lock);
if (!noreply) { if (!noreply) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment