Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e24b924
)
- fix typo in ptlrpc_set_next_timeout()
author
yury
<yury>
Thu, 6 Nov 2008 13:00:47 +0000
(13:00 +0000)
committer
yury
<yury>
Thu, 6 Nov 2008 13:00:47 +0000
(13:00 +0000)
lustre/ptlrpc/client.c
patch
|
blob
|
history
diff --git
a/lustre/ptlrpc/client.c
b/lustre/ptlrpc/client.c
index
bec9ff6
..
c9b8a83
100644
(file)
--- 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;
}