Skip to content

Commit

Permalink
RDMA/core: Remove refcount from struct ib_mad_snoop_private
Browse files Browse the repository at this point in the history
The member is never used, delete it.

Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
  • Loading branch information
Jason Gunthorpe committed Jun 8, 2021
1 parent fcc57a7 commit 6448508
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/infiniband/core/mad_priv.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit 6448508

Please sign in to comment.