[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <55AE2291.5020804@mellanox.com>
Date: Tue, 21 Jul 2015 13:44:33 +0300
From: Haggai Eran <haggaie@...lanox.com>
To: Jérôme Glisse <jglisse@...hat.com>,
<linux-kernel@...r.kernel.org>, <linux-rdma@...r.kernel.org>
CC: Christophe Harle <charle@...dia.com>,
Duncan Poole <dpoole@...dia.com>,
Sherry Cheung <SCheung@...dia.com>,
Subhash Gutti <sgutti@...dia.com>,
"John Hubbard" <jhubbard@...dia.com>,
Mark Hairgrove <mhairgrove@...dia.com>,
Lucien Dunning <ldunning@...dia.com>,
Cameron Buschardt <cabuschardt@...dia.com>,
Arvind Gopalakrishnan <arvindg@...dia.com>,
"Shachar Raindel" <raindel@...lanox.com>,
Liran Liss <liranl@...lanox.com>
Subject: Re: [PATCH 6/8] IB/mlx5/hmm: add mlx5 HMM device initialization and
callback v3.
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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists