Loading include/rdma/ib_verbs.h +1 −1 Original line number Diff line number Diff line Loading @@ -730,7 +730,7 @@ struct ib_uobject { struct ib_ucontext *context; /* associated user context */ void *object; /* containing object */ struct list_head list; /* link to context's list */ u32 id; /* index into kernel idr */ int id; /* index into kernel idr */ struct kref ref; struct rw_semaphore mutex; /* protects .live */ int live; Loading Loading
include/rdma/ib_verbs.h +1 −1 Original line number Diff line number Diff line Loading @@ -730,7 +730,7 @@ struct ib_uobject { struct ib_ucontext *context; /* associated user context */ void *object; /* containing object */ struct list_head list; /* link to context's list */ u32 id; /* index into kernel idr */ int id; /* index into kernel idr */ struct kref ref; struct rw_semaphore mutex; /* protects .live */ int live; Loading