diff options
author | Aharon Landau <aharonl@nvidia.com> | 2021-10-12 13:26:31 +0300 |
---|---|---|
committer | Leon Romanovsky <leonro@nvidia.com> | 2021-10-19 14:33:44 +0300 |
commit | 062fd731e51ee29ba745b2fd1c7ac87dd460d4ca (patch) | |
tree | a8d2a95e5740b627b169122795e9d534194b202d /include/linux/mlx5 | |
parent | cf6a8b1b24d675afc35a01cccd081160014a0125 (diff) | |
download | linux-062fd731e51ee29ba745b2fd1c7ac87dd460d4ca.tar.gz linux-062fd731e51ee29ba745b2fd1c7ac87dd460d4ca.tar.bz2 linux-062fd731e51ee29ba745b2fd1c7ac87dd460d4ca.zip |
RDMA/mlx5: Remove size from struct mlx5_core_mkey
mkey->size is already stored in ibmr->length, no need to store it here.
Signed-off-by: Aharon Landau <aharonl@nvidia.com>
Reviewed-by: Shay Drory <shayd@nvidia.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
Diffstat (limited to 'include/linux/mlx5')
-rw-r--r-- | include/linux/mlx5/driver.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mlx5/driver.h b/include/linux/mlx5/driver.h index 669904f9986e..ff1e991314e2 100644 --- a/include/linux/mlx5/driver.h +++ b/include/linux/mlx5/driver.h @@ -364,7 +364,6 @@ enum { }; struct mlx5_core_mkey { - u64 size; u32 key; u32 pd; u32 type; |