]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd156551e6ec969e1ce64acf6155cefe420db8740
tree769ad4c07f00df2c4f55d0a330a2d38e001b762c
parentbcc3f96463d7b40cd40d7be3a2ccbeb6b20e8483
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: ff96fc1f1b41 ("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