Spdk/lib/nvme
Daniel Verkamp 5717784633 nvme: assert that tracker's request is valid
In nvme_qpair_complete_tracker, make sure we got a valid request in the
tracker that is being completed.

This should never occur in practice, but safeguard against it in case of
programmer error.  Fixes a scan-build warning about potential NULL
dereference.

Change-Id: Id82af604d2a5ed5de0aeccf3affa1900f6712ebe
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2015-09-22 16:44:12 -07:00
..
Makefile SPDK: Initial check-in 2015-09-21 08:52:41 -07:00
nvme_ctrlr_cmd.c SPDK: Initial check-in 2015-09-21 08:52:41 -07:00
nvme_ctrlr.c nvme: simplify nvme_ctrlr_construct_admin_qpairs 2015-09-22 10:12:33 -07:00
nvme_impl.h SPDK: Initial check-in 2015-09-21 08:52:41 -07:00
nvme_internal.h nvme: remove dump_command and dump_completion 2015-09-22 15:48:12 -07:00
nvme_ns_cmd.c SPDK: Initial check-in 2015-09-21 08:52:41 -07:00
nvme_ns.c SPDK: Initial check-in 2015-09-21 08:52:41 -07:00
nvme_qpair.c nvme: assert that tracker's request is valid 2015-09-22 16:44:12 -07:00
nvme.c nvme: remove dump_command and dump_completion 2015-09-22 15:48:12 -07:00