Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252809
b: refs/heads/master
c: 48e6555
h: refs/heads/master
i:
  252807: eabe809
v: v3
  • Loading branch information
J. Bruce Fields committed Apr 7, 2011
1 parent 5bbe4a1 commit 6fa024d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 5ee78d483c5812228e971e145b912e0a7e35e571
refs/heads/master: 48e6555c7b3bf0d92f8167d8b8b8ecf4a3fdab84
6 changes: 3 additions & 3 deletions trunk/net/sunrpc/svcsock.c
Original file line number Diff line number Diff line change
Expand Up @@ -982,9 +982,9 @@ static int svc_process_calldir(struct svc_sock *svsk, struct svc_rqst *rqstp,
struct rpc_rqst **reqpp, struct kvec *vec)
{
struct rpc_rqst *req = NULL;
u32 *p;
u32 xid;
u32 calldir;
__be32 *p;
__be32 xid;
__be32 calldir;
int len;

len = svc_recvfrom(rqstp, vec, 1, 8);
Expand Down

0 comments on commit 6fa024d

Please sign in to comment.