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:
0ed02e6
)
revert bug 16839
author
shadow
<shadow>
Fri, 29 Aug 2008 13:19:36 +0000
(13:19 +0000)
committer
shadow
<shadow>
Fri, 29 Aug 2008 13:19:36 +0000
(13:19 +0000)
Branch HEAD
lustre/osc/osc_request.c
patch
|
blob
|
history
diff --git
a/lustre/osc/osc_request.c
b/lustre/osc/osc_request.c
index
b1ca5ee
..
b79cfd4
100644
(file)
--- a/
lustre/osc/osc_request.c
+++ b/
lustre/osc/osc_request.c
@@
-3621,7
+3621,6
@@
static int osc_get_info(struct obd_export *exp, obd_count keylen,
ptlrpc_request_free(req);
RETURN(rc);
}
- req->rq_no_delay = req->rq_no_resend = 1;
tmp = req_capsule_client_get(&req->rq_pill, &RMF_SETINFO_KEY);
memcpy(tmp, key, keylen);
@@
-3811,7
+3810,6
@@
static int osc_set_info_async(struct obd_export *exp, obd_count keylen,
oscc->oscc_oa.o_valid |= OBD_MD_FLGROUP;
LASSERT(oscc->oscc_oa.o_gr > 0);
req->rq_interpret_reply = osc_setinfo_mds_conn_interpret;
- req->rq_no_delay = req->rq_no_resend = 1;
}
ptlrpc_request_set_replen(req);