git.codelabs.ch
/
muen
/
linux.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linux
[muen/linux.git]
/
net
/
sunrpc
/
xprtrdma
/
svc_rdma_rw.c
diff --git
a/net/sunrpc/xprtrdma/svc_rdma_rw.c
b/net/sunrpc/xprtrdma/svc_rdma_rw.c
index a1ac9997da98df63b1eaa547cf6b569f55d16381..dc1951759a8eff65dd8b0f315af692e2e59a5def 100644
(file)
--- a/
net/sunrpc/xprtrdma/svc_rdma_rw.c
+++ b/
net/sunrpc/xprtrdma/svc_rdma_rw.c
@@
-307,7
+307,8
@@
static int svc_rdma_post_chunk_ctxt(struct svc_rdma_chunk_ctxt *cc)
{
struct svcxprt_rdma *rdma = cc->cc_rdma;
struct svc_xprt *xprt = &rdma->sc_xprt;
{
struct svcxprt_rdma *rdma = cc->cc_rdma;
struct svc_xprt *xprt = &rdma->sc_xprt;
- struct ib_send_wr *first_wr, *bad_wr;
+ struct ib_send_wr *first_wr;
+ const struct ib_send_wr *bad_wr;
struct list_head *tmp;
struct ib_cqe *cqe;
int ret;
struct list_head *tmp;
struct ib_cqe *cqe;
int ret;