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:
47ffabd
)
b=17323
author
yury
<yury>
Tue, 21 Oct 2008 17:21:23 +0000
(17:21 +0000)
committer
yury
<yury>
Tue, 21 Oct 2008 17:21:23 +0000
(17:21 +0000)
r=adilger,johann
- fixes log_cancel resend handling
lustre/ptlrpc/recov_thread.c
patch
|
blob
|
history
diff --git
a/lustre/ptlrpc/recov_thread.c
b/lustre/ptlrpc/recov_thread.c
index
f6dc786
..
5962e87
100644
(file)
--- a/
lustre/ptlrpc/recov_thread.c
+++ b/
lustre/ptlrpc/recov_thread.c
@@
-212,7
+212,7
@@
static int llcd_send(struct llog_canceld_ctxt *llcd)
* llog_receptor_accept().
*/
request = ptlrpc_prep_req(import, LUSTRE_LOG_VERSION,
- OBD_LOG_CANCEL, 2, size,bufs);
+ OBD_LOG_CANCEL, 2, size,
bufs);
if (request == NULL) {
CERROR("Can't allocate request for sending llcd %p\n",
llcd);