Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3186
b: refs/heads/master
c: c54d7e0
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Jun 25, 2005
1 parent 0484602 commit 4cc41c6
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: a6484045fdd4154f8c8ee8c1dda4e32854c047e0
refs/heads/master: c54d7e03c3a21b38c587f671704c5a12aa3987fc
4 changes: 2 additions & 2 deletions trunk/net/sunrpc/xprt.c
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,7 @@ tcp_read_request(struct rpc_xprt *xprt, skb_reader_t *desc)
goto out;
}

dprintk("RPC: XID %08x read %u bytes\n",
dprintk("RPC: XID %08x read %Zd bytes\n",
ntohl(xprt->tcp_xid), r);
dprintk("RPC: xprt = %p, tcp_copied = %lu, tcp_offset = %u, tcp_reclen = %u\n",
xprt, xprt->tcp_copied, xprt->tcp_offset, xprt->tcp_reclen);
Expand Down Expand Up @@ -1006,7 +1006,7 @@ tcp_read_discard(struct rpc_xprt *xprt, skb_reader_t *desc)
desc->count -= len;
desc->offset += len;
xprt->tcp_offset += len;
dprintk("RPC: discarded %u bytes\n", len);
dprintk("RPC: discarded %Zu bytes\n", len);
tcp_check_recm(xprt);
}

Expand Down

0 comments on commit 4cc41c6

Please sign in to comment.