]> err.no Git - linux-2.6/blobdiff - drivers/infiniband/hw/mlx4/srq.c
ipsec: Fix deadlock in xfrm_state management.
[linux-2.6] / drivers / infiniband / hw / mlx4 / srq.c
index 204619702f9d7d9401bf5dd65012fbf2e0062de6..d42565258fb7f0c2e0dc8053e62855a1887b87e4 100644 (file)
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2007 Cisco Systems, Inc. All rights reserved.
+ * Copyright (c) 2007, 2008 Mellanox Technologies. All rights reserved.
  *
  * This software is available to you under a choice of one of two
  * licenses.  You may choose to be licensed under the terms of the GNU
@@ -109,7 +110,7 @@ struct ib_srq *mlx4_ib_create_srq(struct ib_pd *pd,
                }
 
                srq->umem = ib_umem_get(pd->uobject->context, ucmd.buf_addr,
-                                       buf_size, 0);
+                                       buf_size, 0, 0);
                if (IS_ERR(srq->umem)) {
                        err = PTR_ERR(srq->umem);
                        goto err_srq;