提交 64485080 编写于 作者: J Jason Gunthorpe

RDMA/core: Remove refcount from struct ib_mad_snoop_private

The member is never used, delete it.
Signed-off-by: NJason Gunthorpe <jgg@nvidia.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册