From: yury Date: Thu, 6 Nov 2008 13:00:47 +0000 (+0000) Subject: - fix typo in ptlrpc_set_next_timeout() X-Git-Tag: v1_7_140~1^66~5 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=399c50a8da4c4f773aed3c52286753a4dbd89904;p=fs%2Flustre-release.git - fix typo in ptlrpc_set_next_timeout() --- diff --git a/lustre/ptlrpc/client.c b/lustre/ptlrpc/client.c index bec9ff6..c9b8a83 100644 --- a/lustre/ptlrpc/client.c +++ b/lustre/ptlrpc/client.c @@ -1476,7 +1476,7 @@ int ptlrpc_set_next_timeout(struct ptlrpc_request_set *set) /* Check those waiting for long reply unlink every one * second. */ - if (req->rq_phase == RQ_PHASE_NEW) { + if (req->rq_phase == RQ_PHASE_UNREGISTERING) { timeout = 1; break; }