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:
4a139d7
)
init rq_history_list before use.
author
shadow
<shadow>
Thu, 17 Apr 2008 13:41:42 +0000
(13:41 +0000)
committer
shadow
<shadow>
Thu, 17 Apr 2008 13:41:42 +0000
(13:41 +0000)
b=15412
i=johann
i=deen
lustre/ptlrpc/client.c
patch
|
blob
|
history
diff --git
a/lustre/ptlrpc/client.c
b/lustre/ptlrpc/client.c
index
f46618f
..
a7e7ff0
100644
(file)
--- a/
lustre/ptlrpc/client.c
+++ b/
lustre/ptlrpc/client.c
@@
-541,6
+541,7
@@
ptlrpc_prep_req_pool(struct obd_import *imp, __u32 version, int opcode,
CFS_INIT_LIST_HEAD(&request->rq_list);
CFS_INIT_LIST_HEAD(&request->rq_replay_list);
CFS_INIT_LIST_HEAD(&request->rq_set_chain);
+ CFS_INIT_LIST_HEAD(&request->rq_history_list);
cfs_waitq_init(&request->rq_reply_waitq);
request->rq_xid = ptlrpc_next_xid();
atomic_set(&request->rq_refcount, 1);