]> err.no Git - linux-2.6/blobdiff - include/rdma/ib_verbs.h
Manual merge of for-linus to upstream (fix conflicts in drivers/infiniband/core/ucm.c)
[linux-2.6] / include / rdma / ib_verbs.h
index e16cf94870f263936fdcbef502739791a709f11d..a5a963cb56762568ef3fa0ac3998809ee8d5e1a7 100644 (file)
@@ -665,7 +665,6 @@ struct ib_ucontext {
        struct list_head        qp_list;
        struct list_head        srq_list;
        struct list_head        ah_list;
-       spinlock_t              lock;
 };
 
 struct ib_uobject {
@@ -952,6 +951,9 @@ struct ib_device {
                IB_DEV_UNREGISTERED
        }                            reg_state;
 
+       u64                          uverbs_cmd_mask;
+       int                          uverbs_abi_ver;
+
        u8                           node_type;
        u8                           phys_port_cnt;
 };