RDMA/core: Remove refcount from struct ib_mad_snoop_private

The member is never used, delete it.

Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
This commit is contained in:
Jason Gunthorpe 2021-05-28 17:37:34 +08:00
parent fcc57a7b2b
commit 6448508076

View File

@ -115,7 +115,6 @@ struct ib_mad_snoop_private {
struct ib_mad_qp_info *qp_info;
int snoop_index;
int mad_snoop_flags;
atomic_t refcount;
struct completion comp;
};