should point to __be32, not uint43_t. Signed-off-by: Benny Halevy <bhalevy@xxxxxxxxxxx> --- fs/nfs/nfs4xdr.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/nfs/nfs4xdr.c b/fs/nfs/nfs4xdr.c index d682af4..b7cfd36 100644 --- a/fs/nfs/nfs4xdr.c +++ b/fs/nfs/nfs4xdr.c @@ -1546,7 +1546,7 @@ static void encode_exchange_id(struct xdr_stream *xdr, struct nfs41_exchange_id_args *args, struct compound_hdr *hdr) { - uint32_t *p; + __be32 *p; RESERVE_SPACE(4 + sizeof(args->verifier->data)); WRITE32(OP_EXCHANGE_ID); @@ -4185,7 +4185,7 @@ static int decode_delegreturn(struct xdr_stream *xdr) static int decode_exchange_id(struct xdr_stream *xdr, struct nfs41_exchange_id_res *res) { - uint32_t *p; + __be32 *p; int status, dummy; struct nfs_client *clp = res->client; -- 1.6.2.1 -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html