X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fptlrpc%2Fsec.c;h=4203371945b6404e471d4af9d779635a82161316;hb=a7f48e6c15e28617793d89958c79e9ed8cb73e65;hp=dc2f7c86122982af13e3481171fcc923d7448fbd;hpb=5309e108582c692f3b60705818fddc4a3b3b1345;p=fs%2Flustre-release.git diff --git a/lustre/ptlrpc/sec.c b/lustre/ptlrpc/sec.c index dc2f7c8..4203371 100644 --- a/lustre/ptlrpc/sec.c +++ b/lustre/ptlrpc/sec.c @@ -790,7 +790,7 @@ again: spin_unlock(&ctx->cc_lock); if (timeout == 0) - RETURN(-EWOULDBLOCK); + RETURN(-EAGAIN); /* Clear any flags that may be present from previous sends */ LASSERT(req->rq_receiving_reply == 0);