IB: Pass uverbs_attr_bundle down ib_x destroy path
[linux-2.6-block.git] / drivers / infiniband / sw / rdmavt / cq.c
index 4f1544ad4affb5e48290c6ed94ba2b5f814a5888..6f7ff238450674275b92ccbaf4ea93d63db0fab9 100644 (file)
@@ -299,12 +299,13 @@ done:
 /**
  * rvt_destroy_cq - destroy a completion queue
  * @ibcq: the completion queue to destroy.
+ * @udata: user data or NULL for kernel object
  *
  * Called by ib_destroy_cq() in the generic verbs code.
  *
  * Return: always 0
  */
-int rvt_destroy_cq(struct ib_cq *ibcq)
+int rvt_destroy_cq(struct ib_cq *ibcq, struct ib_udata *udata)
 {
        struct rvt_cq *cq = ibcq_to_rvtcq(ibcq);
        struct rvt_dev_info *rdi = cq->rdi;