opnsense-src/sys/dev/nvmf
John Baldwin 50884a0b09 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
2024-05-10 09:13:40 -07:00
..
controller nvmft: The in-kernel NVMe over Fabrics controller 2024-05-02 16:38:30 -07:00
host nvmf: Use strlcpy instead of strncpy to ensure termination 2024-05-10 08:56:51 -07:00
nvmf.h nvmf.h: New header defining ioctls for NVMe over Fabrics 2024-05-02 16:27:13 -07:00
nvmf_proto.h nvmf: Add explicit alignment for struct nvmf_fabric_cmd 2024-05-06 15:19:39 -07:00
nvmf_tcp.c nvmf_tcp: Add a TCP transport for NVMe over Fabrics 2024-05-02 16:28:47 -07:00
nvmf_tcp.h nvmf_tcp: Correct tests for PDU direction 2024-05-06 14:03:48 -07:00
nvmf_transport.c nvmf_transport: Remove invalid assertion 2024-05-10 09:13:40 -07:00
nvmf_transport.h nvmf: Add infrastructure kernel module for NVMe over Fabrics 2024-05-02 16:28:32 -07:00
nvmf_transport_internal.h nvmf: Add infrastructure kernel module for NVMe over Fabrics 2024-05-02 16:28:32 -07:00