Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57949
b: refs/heads/master
c: 19e6454
h: refs/heads/master
i:
  57947: bae6d30
v: v3
  • Loading branch information
David Howells authored and David S. Miller committed Jun 19, 2007
1 parent ad717f2 commit ae32d61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: cc0191aeef73e5aa0c7f9a586d4bb27ed67facbb
refs/heads/master: 19e6454ca778e11e81497bd87c930dc0defd03d7
5 changes: 4 additions & 1 deletion trunk/net/rxrpc/ar-output.c
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,7 @@ static int rxrpc_send_data(struct kiocb *iocb,
goto efault;
sp->remain -= copy;
skb->mark += copy;
copied += copy;

len -= copy;
segment -= copy;
Expand Down Expand Up @@ -709,6 +710,8 @@ static int rxrpc_send_data(struct kiocb *iocb,

} while (segment > 0);

success:
ret = copied;
out:
call->tx_pending = skb;
_leave(" = %d", ret);
Expand All @@ -725,7 +728,7 @@ static int rxrpc_send_data(struct kiocb *iocb,

maybe_error:
if (copied)
ret = copied;
goto success;
goto out;

efault:
Expand Down

0 comments on commit ae32d61

Please sign in to comment.