IB: Add CQ comp_vector support
[safe/jmp/linux-2.6] / drivers / infiniband / ulp / iser / iser_verbs.c
index 1fc9674..89d6008 100644 (file)
@@ -76,7 +76,7 @@ static int iser_create_device_ib_res(struct iser_device *device)
                                  iser_cq_callback,
                                  iser_cq_event_callback,
                                  (void *)device,
-                                 ISER_MAX_CQ_LEN);
+                                 ISER_MAX_CQ_LEN, 0);
        if (IS_ERR(device->cq))
                goto cq_err;