Skip to content
Snippets Groups Projects
Commit d9d602dc authored by Bobi Jam's avatar Bobi Jam
Browse files

roll back, the rq_replay check already done before.

parent 5a216678
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment