IB/uverbs: Pass userspace data to modify_srq and modify_qp methods
[deliverable/linux.git] / drivers / infiniband / hw / ehca / ehca_qp.c
index 4b27bedc6c244f6f4b111b5900452d45830eaaed..4394123cdbd745b1b3263b1bf06916be26fd67ad 100644 (file)
@@ -1230,7 +1230,8 @@ modify_qp_exit1:
        return ret;
 }
 
-int ehca_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, int attr_mask)
+int ehca_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, int attr_mask,
+                  struct ib_udata *udata)
 {
        struct ehca_qp *my_qp = container_of(ibqp, struct ehca_qp, ib_qp);
        struct ehca_pd *my_pd = container_of(my_qp->ib_qp.pd, struct ehca_pd,
This page took 0.028455 seconds and 5 git commands to generate.