IB/SA: Rename ib_sa_path_rec to sa_path_rec

Rename ib_sa_path_rec to a more generic sa_path_rec.
This is part of extending ib_sa to also support OPA
path records in addition to the IB defined path records.

Reviewed-by: Don Hiatt <don.hiatt@intel.com>
Reviewed-by: Ira Weiny <ira.weiny@intel.com>
Signed-off-by: Dasaratharaman Chandramouli <dasaratharaman.chandramouli@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
This commit is contained in:
Dasaratharaman Chandramouli
2017-04-27 19:05:58 -04:00
committed by Doug Ledford
parent 82ffc22648
commit c2f8fc4ec4
16 changed files with 55 additions and 55 deletions

View File

@@ -152,7 +152,7 @@ struct srp_rdma_ch {
struct completion done;
int status;
struct ib_sa_path_rec path;
struct sa_path_rec path;
struct ib_sa_query *path_query;
int path_query_id;