X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Ffid%2Ffid_request.c;h=d4ecfd9afd503ef3612f2064eb25dd5842bdde5d;hp=3910422e6dc06f5929b87634b92abe5247295333;hb=de3c3fdf2597ba110a5247e271470b5dd626df75;hpb=acc2093b8bd247f2428ec3e12a2e4a9703a88960 diff --git a/lustre/fid/fid_request.c b/lustre/fid/fid_request.c index 3910422..d4ecfd9 100644 --- a/lustre/fid/fid_request.c +++ b/lustre/fid/fid_request.c @@ -85,6 +85,7 @@ static int seq_client_rpc(struct lu_client_seq *seq, struct lu_range *input, req->rq_request_portal = (opc == SEQ_ALLOC_SUPER) ? SEQ_CONTROLLER_PORTAL : SEQ_DATA_PORTAL; } + ptlrpc_at_set_req_timeout(req); mdc_get_rpc_lock(exp->exp_obd->u.cli.cl_rpc_lock, NULL); rc = ptlrpc_queue_wait(req);