|
@@ -557,7 +557,7 @@ static void vhost_scsi_free_cmd(struct tcm_vhost_cmd *tv_cmd)
|
|
struct se_cmd *se_cmd = &tv_cmd->tvc_se_cmd;
|
|
struct se_cmd *se_cmd = &tv_cmd->tvc_se_cmd;
|
|
|
|
|
|
/* TODO locking against target/backend threads? */
|
|
/* TODO locking against target/backend threads? */
|
|
- transport_generic_free_cmd(se_cmd, 1);
|
|
|
|
|
|
+ transport_generic_free_cmd(se_cmd, 0);
|
|
|
|
|
|
if (tv_cmd->tvc_sgl_count) {
|
|
if (tv_cmd->tvc_sgl_count) {
|
|
u32 i;
|
|
u32 i;
|