> /* Prepare the SGE for the RPCRDMA Header */ > ctxt->sge[0].lkey = rdma->sc_pd->local_dma_lkey; > - ctxt->sge[0].length = svc_rdma_xdr_get_reply_hdr_len(rdma_resp); > + ctxt->sge[0].length = > + svc_rdma_xdr_get_reply_hdr_len((__be32 *)rdma_resp); That case is pretty ugly, but given that it'll go away soon it's probably fine for now. Otherwise this look good: Reviewed-by: Christoph Hellwig <hch@xxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html