aboutsummaryrefslogtreecommitdiffstats
path: root/include/rdma
diff options
context:
space:
mode:
Diffstat (limited to 'include/rdma')
-rw-r--r--include/rdma/ib_verbs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h
index 701e7b40560a..40ff51244d19 100644
--- a/include/rdma/ib_verbs.h
+++ b/include/rdma/ib_verbs.h
@@ -730,7 +730,7 @@ struct ib_uobject {
730 struct ib_ucontext *context; /* associated user context */ 730 struct ib_ucontext *context; /* associated user context */
731 void *object; /* containing object */ 731 void *object; /* containing object */
732 struct list_head list; /* link to context's list */ 732 struct list_head list; /* link to context's list */
733 u32 id; /* index into kernel idr */ 733 int id; /* index into kernel idr */
734 struct kref ref; 734 struct kref ref;
735 struct rw_semaphore mutex; /* protects .live */ 735 struct rw_semaphore mutex; /* protects .live */
736 int live; 736 int live;