Whamcloud - gitweb
LU-3698 ptlrpc: skip rpcs that fail ptl_send_rpc
[fs/lustre-release.git] / lustre / ptlrpc / client.c
index 7ab33c7..7889620 100644 (file)
@@ -1737,6 +1737,7 @@ int ptlrpc_check_set(const struct lu_env *env, struct ptlrpc_request_set *set)
                                        spin_lock(&req->rq_lock);
                                        req->rq_net_err = 1;
                                        spin_unlock(&req->rq_lock);
+                                       continue;
                                }
                                /* need to reset the timeout */
                                force_timer_recalc = 1;