From 399c50a8da4c4f773aed3c52286753a4dbd89904 Mon Sep 17 00:00:00 2001 From: yury Date: Thu, 6 Nov 2008 13:00:47 +0000 Subject: [PATCH] - fix typo in ptlrpc_set_next_timeout() --- lustre/ptlrpc/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 1.8.3.1