Commit 64485080 authored by Jason Gunthorpe's avatar Jason Gunthorpe
Browse files

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
};