Revision 3934df345aaa43af0f11b7d51981257bd8b67b8b authored by Mike Christie on 15 January 2018, 20:37:59 UTC, committed by Bryant G. Ly on 28 February 2018, 20:06:40 UTC
If we are failing the command due to a qfull timeout we are
also freeing the tcmu command, so we cannot access it later
to get the se_cmd.

Note: The clearing of cmd->se_cmd is not needed. We do not check
it later for something like determining if the command was failed
due to a timeout. As a result I am dropping it.

Signed-off-by: Mike Christie <mchristi@redhat.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
1 parent dbe0803
History
File Mode Size
Kconfig -rw-r--r-- 586 bytes
Makefile -rw-r--r-- 95 bytes
core.c -rw-r--r-- 23.1 KB
core.h -rw-r--r-- 1.0 KB
patch.c -rw-r--r-- 6.4 KB
patch.h -rw-r--r-- 1.1 KB
shadow.c -rw-r--r-- 8.0 KB
transition.c -rw-r--r-- 16.5 KB
transition.h -rw-r--r-- 424 bytes

back to top