RDMA/mlx5: Use odp instead of mr->umem in pagefault_mr
authorJason Gunthorpe <jgg@mellanox.com>
Mon, 19 Aug 2019 11:17:10 +0000 (14:17 +0300)
committerJason Gunthorpe <jgg@mellanox.com>
Wed, 21 Aug 2019 17:08:43 +0000 (14:08 -0300)
commitfba0e448a2c5b297a4ddc1ec4e48f4aa6600a1c9
treec161077564571e497456dd77e44ae693950e6676
parenta705f3e3a1a8cbe0064730024398b2320ae1ce74
RDMA/mlx5: Use odp instead of mr->umem in pagefault_mr

These are the same thing since mr always comes from odp->private. It is
confusing to reference the same memory via two names.

Link: https://lore.kernel.org/r/20190819111710.18440-13-leon@kernel.org
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/mlx5/odp.c