summaryrefslogtreecommitdiff
path: root/include/linux/sunrpc
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2026-07-27 14:19:59 +0100
committerMark Brown <broonie@kernel.org>2026-07-27 14:19:59 +0100
commit508c05649a11328b1849c11291008a031463c653 (patch)
tree5ee1fa00bc801df192ffda52cb77c13aca9fa500 /include/linux/sunrpc
parent6403881f08f185153f1c01ae4c3bbb2071d2be49 (diff)
parenta273210687f255b12c2f6baf8f25ff80cdbb29ed (diff)
downloadlinux-next-508c05649a11328b1849c11291008a031463c653.tar.gz
linux-next-508c05649a11328b1849c11291008a031463c653.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/sunrpc')
-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 */