diff options
Diffstat (limited to 'net/sunrpc/xprt.c')
-rw-r--r-- | net/sunrpc/xprt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/xprt.c b/net/sunrpc/xprt.c index 4499b5a51763..9494c3767356 100644 --- a/net/sunrpc/xprt.c +++ b/net/sunrpc/xprt.c | |||
@@ -212,7 +212,7 @@ out_sleep: | |||
212 | task->tk_pid, xprt); | 212 | task->tk_pid, xprt); |
213 | task->tk_timeout = 0; | 213 | task->tk_timeout = 0; |
214 | task->tk_status = -EAGAIN; | 214 | task->tk_status = -EAGAIN; |
215 | if (req && req->rq_ntrans) | 215 | if (req->rq_ntrans) |
216 | rpc_sleep_on(&xprt->resend, task, NULL); | 216 | rpc_sleep_on(&xprt->resend, task, NULL); |
217 | else | 217 | else |
218 | rpc_sleep_on(&xprt->sending, task, NULL); | 218 | rpc_sleep_on(&xprt->sending, task, NULL); |