Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d9fe4091 authored by Eli Cohen's avatar Eli Cohen Committed by Roland Dreier
Browse files

IB/mlx5: Remove unused code in mr.c



The variable start in struct mlx5_ib_mr is never used. Remove it.

Signed-off-by: default avatarEli Cohen <eli@mellanox.com>
Signed-off-by: default avatarRoland Dreier <roland@purestorage.com>
parent 7e22e911
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -264,7 +264,6 @@ struct mlx5_ib_mr {
	enum ib_wc_status	status;
	enum ib_wc_status	status;
	struct mlx5_ib_dev     *dev;
	struct mlx5_ib_dev     *dev;
	struct mlx5_create_mkey_mbox_out out;
	struct mlx5_create_mkey_mbox_out out;
	unsigned long		start;
};
};


struct mlx5_ib_fast_reg_page_list {
struct mlx5_ib_fast_reg_page_list {
+0 −1
Original line number Original line Diff line number Diff line
@@ -146,7 +146,6 @@ static int add_keys(struct mlx5_ib_dev *dev, int c, int num)
		spin_lock_irq(&ent->lock);
		spin_lock_irq(&ent->lock);
		ent->pending++;
		ent->pending++;
		spin_unlock_irq(&ent->lock);
		spin_unlock_irq(&ent->lock);
		mr->start = jiffies;
		err = mlx5_core_create_mkey(&dev->mdev, &mr->mmr, in,
		err = mlx5_core_create_mkey(&dev->mdev, &mr->mmr, in,
					    sizeof(*in), reg_mr_callback,
					    sizeof(*in), reg_mr_callback,
					    mr, &mr->out);
					    mr, &mr->out);