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:
14499cc
)
info->mti_transno is overwritten in initialization.
author
huanghua
<huanghua>
Mon, 16 Oct 2006 05:20:14 +0000
(
05:20
+0000)
committer
huanghua
<huanghua>
Mon, 16 Oct 2006 05:20:14 +0000
(
05:20
+0000)
lustre/mdt/mdt_handler.c
patch
|
blob
|
history
diff --git
a/lustre/mdt/mdt_handler.c
b/lustre/mdt/mdt_handler.c
index
9a8510e
..
0aee01d
100644
(file)
--- a/
lustre/mdt/mdt_handler.c
+++ b/
lustre/mdt/mdt_handler.c
@@
-1751,7
+1751,6
@@
static void mdt_thread_info_init(struct ptlrpc_request *req,
req_capsule_init(&info->mti_pill, req, RCL_SERVER,
info->mti_rep_buf_size);
memset(&info->mti_attr, 0, sizeof info->mti_attr);
- info->mti_transno = 0;
info->mti_has_trans = 0;
info->mti_no_need_trans = 0;
}