aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorAharon Landau <[email protected]>2021-10-12 13:26:31 +0300
committerLeon Romanovsky <[email protected]>2021-10-19 14:33:44 +0300
commit062fd731e51ee29ba745b2fd1c7ac87dd460d4ca (patch)
treea8d2a95e5740b627b169122795e9d534194b202d /include/linux
parentcf6a8b1b24d675afc35a01cccd081160014a0125 (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.h1
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;