]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
nvmf_transport: Remove invalid assertion
authorJohn Baldwin <jhb@FreeBSD.org>
Fri, 10 May 2024 16:12:03 +0000 (09:12 -0700)
committerJohn Baldwin <jhb@FreeBSD.org>
Fri, 10 May 2024 16:13:40 +0000 (09:13 -0700)
commit50884a0b09a8e02f08d1083efc9722e49b49c71b
treeac34e8f8507a78fd86dab5655daf14bb7229068b
parent1f83483d73924de5fa2d5915676f6b2cd350d986
nvmf_transport: Remove invalid assertion

This is leftover from an earlier iteration of the code where 'nt' was
not dynamically allocated but was the passed in 'ops' pointer so was
always alive.

Reported by: Coverity Scan
CID:   1545042
Sponsored by: Chelsio Communications
sys/dev/nvmf/nvmf_transport.c