Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294447
b: refs/heads/master
c: 87e3c05
h: refs/heads/master
i:
  294445: 65f4e19
  294443: eccb4df
  294439: 04b29ab
  294431: 411bf88
v: v3
  • Loading branch information
Dan Carpenter authored and Trond Myklebust committed Feb 6, 2012
1 parent 106291b commit c657164
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b01dd1d8fae6178cbec374b90da2e4a3b8dce9ba
refs/heads/master: 87e3c0553fcbea79bf9f17fc5694484ecf3ae5e8
4 changes: 1 addition & 3 deletions trunk/net/sunrpc/xprt.c
Original file line number Diff line number Diff line change
Expand Up @@ -715,9 +715,7 @@ void xprt_connect(struct rpc_task *task)
if (xprt_connected(xprt))
xprt_release_write(xprt, task);
else {
if (task->tk_rqstp)
task->tk_rqstp->rq_bytes_sent = 0;

task->tk_rqstp->rq_bytes_sent = 0;
task->tk_timeout = task->tk_rqstp->rq_timeout;
rpc_sleep_on(&xprt->pending, task, xprt_connect_status);

Expand Down

0 comments on commit c657164

Please sign in to comment.