Commit 48e6555c authored by J. Bruce Fields's avatar J. Bruce Fields

svcrpc: note network-order types in svc_process_calldir

Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent 5ee78d48
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment