On Tue, Feb 07, 2017 at 03:30:58PM -0500, Chuck Lever wrote: > > > On Feb 7, 2017, at 2:42 PM, Christoph Hellwig <hch@xxxxxxxxxxxxx> wrote: > > > >> /* 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. > > Yes, the type cast will be replaced. > > > > Otherwise this look good: > > > > Reviewed-by: Christoph Hellwig <hch@xxxxxx> > > Bruce, I assume you will pick up the extra Reviewed-by tags > if I don't have to send another version of this series. Yep, will do. Thanks to you and Christoph. --b. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html