]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
RDMA/cma: Remove dead code for kernel rdmacm multicast
authorJason Gunthorpe <jgg@nvidia.com>
Wed, 2 Sep 2020 08:11:20 +0000 (11:11 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 30 Oct 2020 09:38:19 +0000 (10:38 +0100)
commitb4612866af7a2d5fcb776dd21c58ddefe3b2718a
tree2dfa141814b1a4079311182cb095643fb046ad5f
parente8122b11d18025ad825fb013671989f29d05e467
RDMA/cma: Remove dead code for kernel rdmacm multicast

[ Upstream commit 1bb5091def706732c749df9aae45fbca003696f2 ]

There is no kernel user of RDMA CM multicast so this code managing the
multicast subscription of the kernel-only internal QP is dead. Remove it.

This makes the bug fixes in the next patches much simpler.

Link: https://lore.kernel.org/r/20200902081122.745412-7-leon@kernel.org
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/infiniband/core/cma.c