IB/core: Rename ib_destroy_ah to rdma_destroy_ah
Rename ib_destroy_ah to rdma_destroy_ah so its in sync with the rename of the ib address handle attribute Reviewed-by: Ira Weiny <ira.weiny@intel.com> Reviewed-by: Don Hiatt <don.hiatt@intel.com> Reviewed-by: Sean Hefty <sean.hefty@intel.com> Reviewed-by: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com> Signed-off-by: Dasaratharaman Chandramouli <dasaratharaman.chandramouli@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
This commit is contained in:

committed by
Doug Ledford

parent
bfbfd661c9
commit
3652315934
@@ -2500,5 +2500,5 @@ void qib_notify_free_mad_agent(struct rvt_dev_info *rdi, int port_idx)
|
||||
del_timer_sync(&dd->pport[port_idx].cong_stats.timer);
|
||||
|
||||
if (dd->pport[port_idx].ibport_data.smi_ah)
|
||||
ib_destroy_ah(&dd->pport[port_idx].ibport_data.smi_ah->ibah);
|
||||
rdma_destroy_ah(&dd->pport[port_idx].ibport_data.smi_ah->ibah);
|
||||
}
|
||||
|
Reference in New Issue
Block a user