Commit 64485080 authored by Jason Gunthorpe's avatar Jason Gunthorpe

RDMA/core: Remove refcount from struct ib_mad_snoop_private

The member is never used, delete it.
Signed-off-by: default avatarJason Gunthorpe <jgg@nvidia.com>
parent fcc57a7b
...@@ -115,7 +115,6 @@ struct ib_mad_snoop_private { ...@@ -115,7 +115,6 @@ struct ib_mad_snoop_private {
struct ib_mad_qp_info *qp_info; struct ib_mad_qp_info *qp_info;
int snoop_index; int snoop_index;
int mad_snoop_flags; int mad_snoop_flags;
atomic_t refcount;
struct completion comp; struct completion comp;
}; };
......
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