|
@@ -730,7 +730,7 @@ struct ib_uobject {
|
|
struct ib_ucontext *context; /* associated user context */
|
|
struct ib_ucontext *context; /* associated user context */
|
|
void *object; /* containing object */
|
|
void *object; /* containing object */
|
|
struct list_head list; /* link to context's list */
|
|
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 kref ref;
|
|
struct rw_semaphore mutex; /* protects .live */
|
|
struct rw_semaphore mutex; /* protects .live */
|
|
int live;
|
|
int live;
|