Commit 5c477ee7 authored by Bob Pearson's avatar Bob Pearson Committed by Jason Gunthorpe

RDMA/rxe: Remove mc_grp_pool from struct rxe_dev

Remove struct rxe_dev mc_grp_pool field. This field is no longer used.

Link: https://lore.kernel.org/r/20220407184849.14359-1-rpearsonhpe@gmail.comSigned-off-by: default avatarBob Pearson <rpearsonhpe@gmail.com>
Signed-off-by: default avatarJason Gunthorpe <jgg@nvidia.com>
parent 9227b6ce
...@@ -394,7 +394,6 @@ struct rxe_dev { ...@@ -394,7 +394,6 @@ struct rxe_dev {
struct rxe_pool cq_pool; struct rxe_pool cq_pool;
struct rxe_pool mr_pool; struct rxe_pool mr_pool;
struct rxe_pool mw_pool; struct rxe_pool mw_pool;
struct rxe_pool mc_grp_pool;
/* multicast support */ /* multicast support */
spinlock_t mcg_lock; spinlock_t mcg_lock;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment