Skip to content

Commit

Permalink
svcrpc: note network-order types in svc_process_calldir
Browse files Browse the repository at this point in the history
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
  • Loading branch information
J. Bruce Fields committed Apr 7, 2011
1 parent 5ee78d4 commit 48e6555
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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 48e6555

Please sign in to comment.