IB/mlx5: Remove per-MR pas and dma pointers
authorHaggai Eran <haggaie@mellanox.com>
Thu, 11 Dec 2014 15:04:10 +0000 (17:04 +0200)
committerRoland Dreier <roland@purestorage.com>
Tue, 16 Dec 2014 02:13:35 +0000 (18:13 -0800)
commit21af2c3ebfd551660ae0016ecc5bc9afcc24f116
tree769ad4c07f00df2c4f55d0a330a2d38e001b762c
parent70e71ca0af244f48a5dcf56dc435243792e3a495
IB/mlx5: Remove per-MR pas and dma pointers

Since UMR code now uses its own context struct on the stack, the pas
and dma pointers for the UMR operation that remained in the mlx5_ib_mr
struct are not necessary.  This patch removes them.

Fixes: a74d24168d2d ("IB/mlx5: Refactor UMR to have its own context struct")
Signed-off-by: Haggai Eran <haggaie@mellanox.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
drivers/infiniband/hw/mlx5/mlx5_ib.h
drivers/infiniband/hw/mlx5/mr.c