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:
61a1bda
)
* minor fix
author
niu
<niu>
Thu, 15 Jan 2004 06:59:59 +0000
(06:59 +0000)
committer
niu
<niu>
Thu, 15 Jan 2004 06:59:59 +0000
(06:59 +0000)
lustre/ptlrpc/ptlrpc_local.c
patch
|
blob
|
history
diff --git
a/lustre/ptlrpc/ptlrpc_local.c
b/lustre/ptlrpc/ptlrpc_local.c
index
99b618d
..
08e6c16
100644
(file)
--- a/
lustre/ptlrpc/ptlrpc_local.c
+++ b/
lustre/ptlrpc/ptlrpc_local.c
@@
-128,7
+128,7
@@
int local_send_rpc(struct ptlrpc_request *req)
req->rq_timedout = 0;
req->rq_resend = 0;
req->rq_restart = 0;
- spin_unlock_irqrestore (&req
uest
->rq_lock, flags);
+ spin_unlock_irqrestore (&req->rq_lock, flags);
req->rq_sent = LTIME_S(CURRENT_TIME);
ptlrpc_pinger_sending_on_import(req->rq_import);