xprt: remove redundant check

remove redundant check.

Signed-off-by: Jinqiu Yang <crindy646@gmail.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
j223yang@asset.uwaterloo.ca 2011-03-16 11:16:22 -04:00 committed by Trond Myklebust
parent a8de240a90
commit ba3c578de2

View file

@ -212,7 +212,7 @@ out_sleep:
task->tk_pid, xprt); task->tk_pid, xprt);
task->tk_timeout = 0; task->tk_timeout = 0;
task->tk_status = -EAGAIN; task->tk_status = -EAGAIN;
if (req && req->rq_ntrans) if (req->rq_ntrans)
rpc_sleep_on(&xprt->resend, task, NULL); rpc_sleep_on(&xprt->resend, task, NULL);
else else
rpc_sleep_on(&xprt->sending, task, NULL); rpc_sleep_on(&xprt->sending, task, NULL);