commit | 21af2c3ebfd551660ae0016ecc5bc9afcc24f116 | [log] [tgz] |
---|---|---|
author | Haggai Eran <haggaie@mellanox.com> | Thu Dec 11 17:04:10 2014 +0200 |
committer | Roland Dreier <roland@purestorage.com> | Mon Dec 15 18:13:35 2014 -0800 |
tree | 769ad4c07f00df2c4f55d0a330a2d38e001b762c | |
parent | 70e71ca0af244f48a5dcf56dc435243792e3a495 [diff] |
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>