NVME: Make an array of hf items static.

This commit is contained in:
Martin Mathieson 2022-03-04 20:19:56 +00:00
parent f43ce70fd9
commit 5db8d0930a
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ static int hf_nvmeof_cqe_prop_set_rsvd = -1;
/* tracking Cmd and its respective CQE */
int hf_nvmeof_cmd_pkt = -1;
int hf_nvmeof_data_req = -1;
int hf_nvmeof_data_tr[NVME_CMD_MAX_TRS] = {NEG_LST_16};
static int hf_nvmeof_data_tr[NVME_CMD_MAX_TRS] = {NEG_LST_16};
static int hf_nvmeof_cqe_pkt = -1;
static int hf_nvmeof_cmd_latency = -1;