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:
5a21667
)
roll back, the rq_replay check already done before.
author
bobijam
<bobijam>
Wed, 20 Aug 2008 02:32:41 +0000
(
02:32
+0000)
committer
bobijam
<bobijam>
Wed, 20 Aug 2008 02:32:41 +0000
(
02:32
+0000)
lustre/mdc/mdc_request.c
patch
|
blob
|
history
diff --git
a/lustre/mdc/mdc_request.c
b/lustre/mdc/mdc_request.c
index
99eba5a
..
d7f2da5
100644
(file)
--- a/
lustre/mdc/mdc_request.c
+++ b/
lustre/mdc/mdc_request.c
@@
-606,12
+606,6
@@
void mdc_set_open_replay_data(struct obd_client_handle *och,
}
spin_lock(&open_req->rq_lock);
- if (!open_req->rq_replay) {
- OBD_FREE(mod, sizeof(*mod));
- spin_unlock(&open_req->rq_lock);
- return;
- }
-
och->och_mod = mod;
mod->mod_och = och;
mod->mod_open_req = open_req;