nvmf: remove unused session tailq entry
Change-Id: Iaa8f9281fd448f0f48752aa4ae147756f3462406 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
parent
58f62ad5b1
commit
9903050dc1
@ -66,8 +66,6 @@ struct nvmf_session {
|
|||||||
int max_connections_allowed;
|
int max_connections_allowed;
|
||||||
|
|
||||||
struct spdk_nvmf_request *aer_req;
|
struct spdk_nvmf_request *aer_req;
|
||||||
|
|
||||||
TAILQ_ENTRY(nvmf_session) entries;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
struct nvmf_session *
|
struct nvmf_session *
|
||||||
|
Loading…
Reference in New Issue
Block a user