Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322235
b: refs/heads/master
c: be1e444
h: refs/heads/master
i:
  322233: 0afb38f
  322231: adb5ada
v: v3
  • Loading branch information
J. Bruce Fields committed Aug 20, 2012
1 parent 3f20e75 commit ad2409d
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 39307655a1effa8d913bba054c0e985bfaca808c
refs/heads/master: be1e44441a560c43c136a562d49a1c9623c91197
2 changes: 1 addition & 1 deletion trunk/net/sunrpc/svcsock.c
Original file line number Diff line number Diff line change
Expand Up @@ -1129,9 +1129,9 @@ static int svc_tcp_recvfrom(struct svc_rqst *rqstp)
if (len >= 0)
svsk->sk_tcplen += len;
if (len != want) {
svc_tcp_save_pages(svsk, rqstp);
if (len < 0 && len != -EAGAIN)
goto err_other;
svc_tcp_save_pages(svsk, rqstp);
dprintk("svc: incomplete TCP record (%d of %d)\n",
svsk->sk_tcplen, svsk->sk_reclen);
goto err_noclose;
Expand Down

0 comments on commit ad2409d

Please sign in to comment.