summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2026-07-23 14:18:28 +0100
committerMark Brown <broonie@kernel.org>2026-07-23 14:18:28 +0100
commitcbb9335c899458fba61392e28c22e12470de1e50 (patch)
tree9ec474d3fb20d164dffef65caf158c55653546ff /include/linux
parentb58f73f03c99d271625433b6a3415dd2cce0ee4d (diff)
parent9b66c9af7172ffcf727214fa0ebe9a5e1ed6eb16 (diff)
downloadlinux-next-cbb9335c899458fba61392e28c22e12470de1e50.tar.gz
linux-next-cbb9335c899458fba61392e28c22e12470de1e50.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.h4
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 */