lib/nvmf: remove spdk prefix from static functions in fc.c
Signed-off-by: Seth Howell <seth.howell@intel.com> Change-Id: I65a2b137c86b063db7b81b28e3d554dfd81fb6b9 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2284 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com> Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
parent
198fd2ce6b
commit
54651d5178
@ -1074,7 +1074,7 @@ spdk_nvmf_fc_assoc_set_state(struct spdk_nvmf_fc_association *assoc,
|
|||||||
}
|
}
|
||||||
|
|
||||||
static struct spdk_nvmf_fc_association *
|
static struct spdk_nvmf_fc_association *
|
||||||
spdk_nvmf_ctrlr_get_fc_assoc(struct spdk_nvmf_ctrlr *ctrlr)
|
nvmf_ctrlr_get_fc_assoc(struct spdk_nvmf_ctrlr *ctrlr)
|
||||||
{
|
{
|
||||||
struct spdk_nvmf_qpair *qpair = ctrlr->admin_qpair;
|
struct spdk_nvmf_qpair *qpair = ctrlr->admin_qpair;
|
||||||
struct spdk_nvmf_fc_conn *fc_conn;
|
struct spdk_nvmf_fc_conn *fc_conn;
|
||||||
@ -1105,7 +1105,7 @@ spdk_nvmf_ctrlr_is_on_nport(uint8_t port_hdl, uint16_t nport_hdl,
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
assoc = spdk_nvmf_ctrlr_get_fc_assoc(ctrlr);
|
assoc = nvmf_ctrlr_get_fc_assoc(ctrlr);
|
||||||
if (assoc && assoc->tgtport == fc_nport) {
|
if (assoc && assoc->tgtport == fc_nport) {
|
||||||
SPDK_DEBUGLOG(SPDK_LOG_NVMF_FC,
|
SPDK_DEBUGLOG(SPDK_LOG_NVMF_FC,
|
||||||
"Controller: %d corresponding to association: %p(%lu:%d) is on port: %d nport: %d\n",
|
"Controller: %d corresponding to association: %p(%lu:%d) is on port: %d nport: %d\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user