Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134985
b: refs/heads/master
c: 0d6a775
h: refs/heads/master
i:
  134983: c107a55
v: v3
  • Loading branch information
Ilpo Järvinen authored and David S. Miller committed Mar 2, 2009
1 parent 1784ccb commit 599a535
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: cabeccbd172cc305f4383f5a4808ae254745275f
refs/heads/master: 0d6a775e27d975e5f9ea8e2911216d84face50ca
4 changes: 2 additions & 2 deletions trunk/net/ipv4/tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ static ssize_t do_tcp_sendpages(struct sock *sk, struct page **pages, int poffse

err = -EPIPE;
if (sk->sk_err || (sk->sk_shutdown & SEND_SHUTDOWN))
goto do_error;
goto out_err;

while (psize > 0) {
struct sk_buff *skb = tcp_write_queue_tail(sk);
Expand Down Expand Up @@ -854,7 +854,7 @@ int tcp_sendmsg(struct kiocb *iocb, struct socket *sock, struct msghdr *msg,

err = -EPIPE;
if (sk->sk_err || (sk->sk_shutdown & SEND_SHUTDOWN))
goto do_error;
goto out_err;

while (--iovlen >= 0) {
int seglen = iov->iov_len;
Expand Down

0 comments on commit 599a535

Please sign in to comment.