On 17/07/2015 22:01, Jérôme Glisse wrote: > diff --git a/drivers/infiniband/core/umem_odp.c > b/drivers/infiniband/core/umem_odp.c > index ac87ac6..c5e7461 100644 > --- a/drivers/infiniband/core/umem_odp.c > +++ b/drivers/infiniband/core/umem_odp.c > @@ -134,7 +134,7 @@ int ib_umem_odp_get(struct ib_ucontext *context, struct > ib_umem *umem) > return -ENOMEM; > } > kref_init(&ib_mirror->kref); > - init_rwsem(&ib_mirror->hmm_mr_rwsem); > + init_rwsem(&ib_mirror->umem_rwsem); > ib_mirror->umem_tree = RB_ROOT; > ib_mirror->ib_device = ib_device; >
I think this line can be squashed to the previous patch. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/