diff options
| author | Mark Brown <broonie@kernel.org> | 2026-07-26 22:07:35 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-07-26 22:07:35 +0100 |
| commit | b4669b7a027d6cb271dc4ebf44b7f7a7186119ad (patch) | |
| tree | fd55b5345d39c35c5676a2e67edd3e486dab2147 /include/linux | |
| parent | 531c5716ada91d2f852ac1b9447cb29095a0003b (diff) | |
| parent | 9b66c9af7172ffcf727214fa0ebe9a5e1ed6eb16 (diff) | |
| download | linux-next-b4669b7a027d6cb271dc4ebf44b7f7a7186119ad.tar.gz linux-next-b4669b7a027d6cb271dc4ebf44b7f7a7186119ad.zip | |
Merge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git
# Conflicts:
# drivers/infiniband/hw/irdma/verbs.c
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/sunrpc/svc_rdma.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/sunrpc/svc_rdma.h b/include/linux/sunrpc/svc_rdma.h index 5aadb47b3b0e..76aa5ec4ab40 100644 --- a/include/linux/sunrpc/svc_rdma.h +++ b/include/linux/sunrpc/svc_rdma.h @@ -77,8 +77,8 @@ struct svcxprt_rdma { struct rdma_cm_id *sc_cm_id; /* RDMA connection id */ struct list_head sc_accept_q; /* Conn. waiting accept */ struct rpcrdma_notification sc_rn; /* removal notification */ - int sc_ord; /* RDMA read limit */ - int sc_max_send_sges; + u32 sc_ord; /* RDMA read limit */ + unsigned int sc_max_send_sges; bool sc_snd_w_inv; /* OK to use Send With Invalidate */ atomic_t sc_sq_avail; /* SQEs ready to be consumed */ |
