commit | 3250b4dbd87aa08c21891cabfc6f6b48b36fd7e5 | [log] [tgz] |
---|---|---|
author | Leon Romanovsky <leonro@mellanox.com> | Mon Jun 19 18:23:45 2017 +0300 |
committer | Leon Romanovsky <leon@kernel.org> | Thu Aug 10 13:20:15 2017 +0300 |
tree | df27ca325bed53f561186f861b698019bf21f3e3 | |
parent | ff61c425c1c563f1d688d59caf3b18a395cbf9c4 [diff] |
RDMA/netlink: Rename netlink callback struct The RDMA netlink client infrastructure was removed and made obsolete. The old infrastructure defined struct ibnl_client_cbs. Now that all uses of this have been updated to the new infrastructure, rename the struct to be compliant with the current stack naming standards: struct rdma_nl_cbs. Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Reviewed-by: Steve Wise <swise@opengridcomputing.com>