Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347703
b: refs/heads/master
c: 6a72ae2
h: refs/heads/master
i:
  347701: 781f510
  347699: d7794a2
  347695: 9f7d58f
v: v3
  • Loading branch information
J. Bruce Fields committed Dec 4, 2012
1 parent 12e12e5 commit ba4f3dd
Show file tree
Hide file tree
Showing 2 changed files with 3 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: ad46ccf09440975618e8fc1ead53d0a27b9bcf4c
refs/heads/master: 6a72ae2e23922bc96e8f3de24a5203be6edc2539
3 changes: 2 additions & 1 deletion trunk/net/sunrpc/svcsock.c
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,8 @@ static int svc_tcp_recvfrom(struct svc_rqst *rqstp)
if (len < 0 && len != -EAGAIN)
goto err_delete;
dprintk("svc: incomplete TCP record (%d of %d)\n",
svsk->sk_tcplen, svc_sock_reclen(svsk));
svsk->sk_tcplen - sizeof(rpc_fraghdr),
svc_sock_reclen(svsk));
goto err_noclose;
}

Expand Down

0 comments on commit ba4f3dd

Please sign in to comment.