diff options
| author | Aharon Landau <[email protected]> | 2021-10-12 13:26:31 +0300 |
|---|---|---|
| committer | Leon Romanovsky <[email protected]> | 2021-10-19 14:33:44 +0300 |
| commit | 062fd731e51ee29ba745b2fd1c7ac87dd460d4ca (patch) | |
| tree | a8d2a95e5740b627b169122795e9d534194b202d /include/linux | |
| parent | cf6a8b1b24d675afc35a01cccd081160014a0125 (diff) | |
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 <[email protected]>
Reviewed-by: Shay Drory <[email protected]>
Acked-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Leon Romanovsky <[email protected]>
Diffstat (limited to 'include/linux')
| -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; |