diff options
| author | Kamal Heib <kamalheib1@gmail.com> | 2018-11-15 09:49:38 -0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-12-17 09:24:34 +0100 |
| commit | 8653ffc34cee4e531aeb2338da90eeea9071eb6c (patch) | |
| tree | 12cd5f47373431b98c95fd29da06e0e506952003 /tools | |
| parent | 59315d0ca4fa4dde5e930f10a81326bf618c82c0 (diff) | |
RDMA/rdmavt: Fix rvt_create_ah function signature
[ Upstream commit 4f32fb921b153ae9ea280e02a3e91509fffc03d3 ]
rdmavt uses a crazy system that looses the type checking when assinging
functions to struct ib_device function pointers. Because of this the
signature to this function was not changed when the below commit revised
things.
Fix the signature so we are not calling a function pointer with a
mismatched signature.
Fixes: 477864c8fcd9 ("IB/core: Let create_ah return extended response to user")
Signed-off-by: Kamal Heib <kamalheib1@gmail.com>
Reviewed-by: Dennis Dalessandro <dennis.dalessandro@intel.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions
